#8E3546

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

Shades of Camelot #8E3546

Tints of Camelot #8E3546

Color information

#8E3546 (or 0x8E3546) is unknown color: approx Camelot. HEX triplet: 8E, 35 and 46. RGB value is (142,53,70). Sum of RGB (Red+Green+Blue) = 142+53+70=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3546 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3546 is #71CAB9. Grayscale: #515151. Windows color (decimal): -7457466 or 4601230. OLE color: 4601230.

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

Color convert

RGB1425370-
CMYK00.630.510.44
HSL348.54º45.64%38.24%-
HSV(B)348.54º62.68%55.69%-
XYZ13.538.746.77-
YUV81.55121.49171.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.58%
GREEN value IS 53 (21.09% from 255) = 20%
BLUE value IS 70 (27.73% from 255) = 26.42%
R=53.58%
G=20%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142537000.630.510.44348.5445.6438.24
Hex8E354603F332C15d2e26
Octal2166510607763545355646
Binary1000111011010110001100111111110011101100101011101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,53,70); }

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

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

 a { background-color: rgb(142,53,70); }

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

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

 span { border-color: rgb(142,53,70); }

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