#8C3347

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

Shades of Camelot #8C3347

Tints of Camelot #8C3347

Color information

#8C3347 (or 0x8C3347) is unknown color: approx Camelot. HEX triplet: 8C, 33 and 47. RGB value is (140,51,71). Sum of RGB (Red+Green+Blue) = 140+51+71=262 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.44% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3347 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3347 is #73CCB8. Grayscale: #4F4F4F. Windows color (decimal): -7589049 or 4666252. OLE color: 4666252.

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

Color convert

RGB1405171-
CMYK00.640.490.45
HSL346.52º46.6%37.45%-
HSV(B)346.52º63.57%54.9%-
XYZ13.148.46.89-
YUV79.89122.99170.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.44%
GREEN value IS 51 (20.31% from 255) = 19.47%
BLUE value IS 71 (28.12% from 255) = 27.10%
R=53.44%
G=19.47%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140517100.640.490.45346.5246.637.45
Hex8C3347040312D15b2f25
Octal21463107010061555335745
Binary10001100110011100011101000000110001101101101011011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,51,71); }

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

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

 a { background-color: rgb(140,51,71); }

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

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

 span { border-color: rgb(140,51,71); }

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