#8C3547

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

Shades of Camelot #8C3547

Tints of Camelot #8C3547

Color information

#8C3547 (or 0x8C3547) is unknown color: approx Camelot. HEX triplet: 8C, 35 and 47. RGB value is (140,53,71). Sum of RGB (Red+Green+Blue) = 140+53+71=264 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.03% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3547 is #73CAB8. Grayscale: #515151. Windows color (decimal): -7588537 or 4666764. OLE color: 4666764.

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

Color convert

RGB1405371-
CMYK00.620.490.45
HSL347.59º45.08%37.84%-
HSV(B)347.59º62.14%54.9%-
XYZ13.238.586.92-
YUV81.06122.32170.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 53.03%
GREEN value IS 53 (21.09% from 255) = 20.08%
BLUE value IS 71 (28.12% from 255) = 26.89%
R=53.03%
G=20.08%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140537100.620.490.45347.5945.0837.84
Hex8C354703E312D15c2d26
Octal2146510707661555345546
Binary1000110011010110001110111110110001101101101011100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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