#8D3646

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

Shades of Camelot #8D3646

Tints of Camelot #8D3646

Color information

#8D3646 (or 0x8D3646) is unknown color: approx Camelot. HEX triplet: 8D, 36 and 46. RGB value is (141,54,70). Sum of RGB (Red+Green+Blue) = 141+54+70=265 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.21% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3646 is #72C9B9. Grayscale: #515151. Windows color (decimal): -7522746 or 4601485. OLE color: 4601485.

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

Color convert

RGB1415470-
CMYK00.620.500.45
HSL348.97º44.62%38.24%-
HSV(B)348.97º61.7%55.29%-
XYZ13.418.746.78-
YUV81.84121.32170.2-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.21%
GREEN value IS 54 (21.48% from 255) = 20.38%
BLUE value IS 70 (27.73% from 255) = 26.42%
R=53.21%
G=20.38%
B=26.42%

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
Decimal141547000.620.500.45348.9744.6238.24
Hex8D364603E322D15d2d26
Octal2156610607662555355546
Binary1000110111011010001100111110110010101101101011101101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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