#8D3847

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

Shades of Camelot #8D3847

Tints of Camelot #8D3847

Color information

#8D3847 (or 0x8D3847) is unknown color: approx Camelot. HEX triplet: 8D, 38 and 47. RGB value is (141,56,71). Sum of RGB (Red+Green+Blue) = 141+56+71=268 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.61% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3847 is #72C7B8. Grayscale: #535353. Windows color (decimal): -7522233 or 4667533. OLE color: 4667533.

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

Color convert

RGB1415671-
CMYK00.600.500.45
HSL349.41º43.15%38.63%-
HSV(B)349.41º60.28%55.29%-
XYZ13.548.956.97-
YUV83.12121.16169.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.61%
GREEN value IS 56 (22.27% from 255) = 20.90%
BLUE value IS 71 (28.12% from 255) = 26.49%
R=52.61%
G=20.90%
B=26.49%

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
Decimal141567100.600.500.45349.4143.1538.63
Hex8D384703C322D15d2b27
Octal2157010707462555355347
Binary1000110111100010001110111100110010101101101011101101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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