#8D3947

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

Shades of Camelot #8D3947

Tints of Camelot #8D3947

Color information

#8D3947 (or 0x8D3947) is unknown color: approx Camelot. HEX triplet: 8D, 39 and 47. RGB value is (141,57,71). Sum of RGB (Red+Green+Blue) = 141+57+71=269 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.42% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3947 is #72C6B8. Grayscale: #535353. Windows color (decimal): -7521977 or 4667789. OLE color: 4667789.

HSL color Cylindrical-coordinate representation of color #8D3947: hue angle of 350º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D3947 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB1415771-
CMYK00.600.500.45
HSL350º42.42%38.82%-
HSV(B)350º59.57%55.29%-
XYZ13.589.046.99-
YUV83.71120.83168.86-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.42%
GREEN value IS 57 (22.66% from 255) = 21.19%
BLUE value IS 71 (28.12% from 255) = 26.39%
R=52.42%
G=21.19%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141577100.600.500.4535042.4238.82
Hex8D394703C322D15e2a27
Octal2157110707462555365247
Binary1000110111100110001110111100110010101101101011110101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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