#8E3449

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

Shades of Camelot #8E3449

Tints of Camelot #8E3449

Color information

#8E3449 (or 0x8E3449) is unknown color: approx Camelot. HEX triplet: 8E, 34 and 49. RGB value is (142,52,73). Sum of RGB (Red+Green+Blue) = 142+52+73=267 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.18% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3449 is #71CBB6. Grayscale: #515151. Windows color (decimal): -7457719 or 4797582. OLE color: 4797582.

HSL color Cylindrical-coordinate representation of color #8E3449: hue angle of 346º 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 #8E3449 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB1425273-
CMYK00.630.490.44
HSL346º46.39%38.04%-
HSV(B)346º63.38%55.69%-
XYZ13.598.697.26-
YUV81.3123.32171.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.18%
GREEN value IS 52 (20.70% from 255) = 19.48%
BLUE value IS 73 (28.91% from 255) = 27.34%
R=53.18%
G=19.48%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142527300.630.490.4434646.3938.04
Hex8E344903F312C15a2e26
Octal2166411107761545325646
Binary1000111011010010010010111111110001101100101011010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,52,73); }

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

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

 a { background-color: rgb(142,52,73); }

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

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

 span { border-color: rgb(142,52,73); }

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