#8E3745

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

Shades of Camelot #8E3745

Tints of Camelot #8E3745

Color information

#8E3745 (or 0x8E3745) is unknown color: approx Camelot. HEX triplet: 8E, 37 and 45. RGB value is (142,55,69). Sum of RGB (Red+Green+Blue) = 142+55+69=266 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.38% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3745 is #71C8BA. Grayscale: #525252. Windows color (decimal): -7456955 or 4536206. OLE color: 4536206.

HSL color Cylindrical-coordinate representation of color #8E3745: hue angle of 350.34º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E3745 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB1425569-
CMYK00.610.510.44
HSL350.34º44.16%38.63%-
HSV(B)350.34º61.27%55.69%-
XYZ13.68.916.63-
YUV82.61120.32170.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.38%
GREEN value IS 55 (21.88% from 255) = 20.68%
BLUE value IS 69 (27.34% from 255) = 25.94%
R=53.38%
G=20.68%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142556900.610.510.44350.3444.1638.63
Hex8E374503D332C15e2c27
Octal2166710507563545365447
Binary1000111011011110001010111101110011101100101011110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,55,69); }

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

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

 a { background-color: rgb(142,55,69); }

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

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

 span { border-color: rgb(142,55,69); }

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