#8E3345

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

Shades of Camelot #8E3345

Tints of Camelot #8E3345

Color information

#8E3345 (or 0x8E3345) is unknown color: approx Camelot. HEX triplet: 8E, 33 and 45. RGB value is (142,51,69). Sum of RGB (Red+Green+Blue) = 142+51+69=262 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.20% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3345 is #71CCBA. Grayscale: #505050. Windows color (decimal): -7457979 or 4535182. OLE color: 4535182.

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

Color convert

RGB1425169-
CMYK00.640.510.44
HSL348.13º47.15%37.84%-
HSV(B)348.13º64.08%55.69%-
XYZ13.418.556.57-
YUV80.26121.65172.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.20%
GREEN value IS 51 (20.31% from 255) = 19.47%
BLUE value IS 69 (27.34% from 255) = 26.34%
R=54.20%
G=19.47%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142516900.640.510.44348.1347.1537.84
Hex8E3345040332C15c2f26
Octal21663105010063545345746
Binary10001110110011100010101000000110011101100101011100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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