#8C3548

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

Shades of Camelot #8C3548

Tints of Camelot #8C3548

Color information

#8C3548 (or 0x8C3548) is unknown color: approx Camelot. HEX triplet: 8C, 35 and 48. RGB value is (140,53,72). Sum of RGB (Red+Green+Blue) = 140+53+72=265 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.83% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3548 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3548 is #73CAB7. Grayscale: #515151. Windows color (decimal): -7588536 or 4732300. OLE color: 4732300.

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

Color convert

RGB1405372-
CMYK00.620.490.45
HSL346.9º45.08%37.84%-
HSV(B)346.9º62.14%54.9%-
XYZ13.268.597.09-
YUV81.18122.82169.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.83%
GREEN value IS 53 (21.09% from 255) = 20%
BLUE value IS 72 (28.52% from 255) = 27.17%
R=52.83%
G=20%
B=27.17%

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
Decimal140537200.620.490.45346.945.0837.84
Hex8C354803E312D15b2d26
Octal2146511007661555335546
Binary1000110011010110010000111110110001101101101011011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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