#8B3E4F

Color #8B3E4F Camelot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camelot #8B3E4F

Tints of Camelot #8B3E4F

Color information

#8B3E4F (or 0x8B3E4F) is unknown color: approx Camelot. HEX triplet: 8B, 3E and 4F. RGB value is (139,62,79). Sum of RGB (Red+Green+Blue) = 139+62+79=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3E4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3E4F is #74C1B0. Grayscale: #565656. Windows color (decimal): -7651761 or 5193355. OLE color: 5193355.

HSL color Cylindrical-coordinate representation of color #8B3E4F: hue angle of 346.75º 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 #8B3E4F is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB1396279-
CMYK00.550.430.45
HSL346.75º38.31%39.41%-
HSV(B)346.75º55.4%54.51%-
XYZ13.789.58.5-
YUV86.96123.51165.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.64%
GREEN value IS 62 (24.61% from 255) = 22.14%
BLUE value IS 79 (31.25% from 255) = 28.21%
R=49.64%
G=22.14%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139627900.550.430.45346.7538.3139.41
Hex8B3E4F0372B2D15b2627
Octal2137611706753555334647
Binary1000101111111010011110110111101011101101101011011100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B3E4F;
 }
 .AnyTagClassName
 {
   color: #8B3E4F;
 }
</style>
background-color css

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

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

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

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

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

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