#8D3647

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

Shades of Camelot #8D3647

Tints of Camelot #8D3647

Color information

#8D3647 (or 0x8D3647) is unknown color: approx Camelot. HEX triplet: 8D, 36 and 47. RGB value is (141,54,71). Sum of RGB (Red+Green+Blue) = 141+54+71=266 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.01% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3647 is #72C9B8. Grayscale: #515151. Windows color (decimal): -7522745 or 4667021. OLE color: 4667021.

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

Color convert

RGB1415471-
CMYK00.620.500.45
HSL348.28º44.62%38.24%-
HSV(B)348.28º61.7%55.29%-
XYZ13.448.766.94-
YUV81.95121.82170.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.01%
GREEN value IS 54 (21.48% from 255) = 20.30%
BLUE value IS 71 (28.12% from 255) = 26.69%
R=53.01%
G=20.30%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141547100.620.500.45348.2844.6238.24
Hex8D364703E322D15c2d26
Octal2156610707662555345546
Binary1000110111011010001110111110110010101101101011100101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,54,71); }

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

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

 a { background-color: rgb(141,54,71); }

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

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

 span { border-color: rgb(141,54,71); }

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