#8B3F50

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

Shades of Camelot #8B3F50

Tints of Camelot #8B3F50

Color information

#8B3F50 (or 0x8B3F50) is unknown color: approx Camelot. HEX triplet: 8B, 3F and 50. RGB value is (139,63,80). Sum of RGB (Red+Green+Blue) = 139+63+80=282 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.29% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3F50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3F50 is #74C0AF. Grayscale: #575757. Windows color (decimal): -7651504 or 5259147. OLE color: 5259147.

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

Color convert

RGB1396380-
CMYK00.550.420.45
HSL346.58º37.62%39.61%-
HSV(B)346.58º54.68%54.51%-
XYZ13.879.628.72-
YUV87.66123.68164.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.29%
GREEN value IS 63 (25% from 255) = 22.34%
BLUE value IS 80 (31.64% from 255) = 28.37%
R=49.29%
G=22.34%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139638000.550.420.45346.5837.6239.61
Hex8B3F500372A2D15b2628
Octal2137712006752555334650
Binary1000101111111110100000110111101010101101101011011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,63,80); }

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

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

 a { background-color: rgb(139,63,80); }

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

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

 span { border-color: rgb(139,63,80); }

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