Html Css Color HEX #8B3E57 Camelot

📋 copy color: '#8B3E57'

red 139 ◦ green 62 ◦ blue 87

#8B3E57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camelot #8B3E57

Tints of Camelot #8B3E57

RGB

 RED value IS 139 (54.69% from 255) = 48.26%

 GREEN value IS 62 (24.61% from 255) = 21.53%

 BLUE value IS 87 (34.38% from 255) = 30.21%

R = 48.26%
G = 21.53%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8B3E57 (or 0x8B3E57) is known color: Camelot. HEX triplet: 8B, 3E and 57. RGB value is (139,62,87). Sum of RGB (Red+Green+Blue) = 139+62+87=288 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.26% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3E57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3E57 is #74C1A8. Grayscale: #575757. Windows color (decimal): -7651753 or 5717643. OLE color: 5717643.

HSL color Cylindrical-coordinate representation of color #8B3E57: hue angle of 340.52º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B3E57 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 62 87 -
CMYK 0 0.55 0.37 0.45
HSL 340.52º 0.38% 0.39% -
HSV(B) 340.52º 0.55% 0.55% -
XYZ 14.09 9.62 10.13 -
YUV 87.87 127.51 164.47 -
System Red Green Blue C M Y K H S L
Decimal 139 62 87 0 0.55 0.37 0.45 340.52 0.38 0.39
Hex 8B 3E 57 0 37 25 2D 155 26 27
Octal 213 76 127 0 67 45 55 525 46 47
Binary 10001011 111110 1010111 0 110111 100101 101101 101010101 100110 100111

Color Harmonies of #8B3E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3E57

Black with #8B3E57

Text Example


Text Example

White with #8B3E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B3E57; }

 p { color: rgb(139,62,87); }

 H1.HeaderClassName
 {
   color: #8B3E57;
 }
 .AnyTagClassName
 {
   color: #8B3E57;
 }
</style>

background-color css

<style>
 a { background-color: #8B3E57; }

 a { background-color: rgb(139,62,87); }

 div.DivClassName
 {
   background-color: #8B3E57;
 }
 .BgClassName
 {
   background-color: #8B3E57;
 }
</style>

border-color css

<style>
 span { border-color: #8B3E57; }

 span { border-color: rgb(139,62,87); }

 td.TdClassName
 {
   border-color: #8B3E57;
 }
 .TagClassName
 {
   border-color: #8B3E57;
 }
</style>