Html Css Color HEX #8E3245 Camelot

📋 copy color: '#8E3245'

red 142 ◦ green 50 ◦ blue 69

#8E3245
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Camelot #8E3245

Tints of Camelot #8E3245

RGB

 RED value IS 142 (55.86% from 255) = 54.41%

 GREEN value IS 50 (19.92% from 255) = 19.16%

 BLUE value IS 69 (27.34% from 255) = 26.44%

R = 54.41%
G = 19.16%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#8E3245 (or 0x8E3245) is known color: Camelot. HEX triplet: 8E, 32 and 45. RGB value is (142,50,69). Sum of RGB (Red+Green+Blue) = 142+50+69=261 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.41% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3245 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3245 is #71CDBA. Grayscale: #4F4F4F. Windows color (decimal): -7458235 or 4534926. OLE color: 4534926.

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

Color convert

RGB 142 50 69 -
CMYK 0 0.65 0.51 0.44
HSL 347.61º 0.48% 0.38% -
HSV(B) 347.61º 0.65% 0.56% -
XYZ 13.37 8.46 6.56 -
YUV 79.67 121.98 172.46 -
System Red Green Blue C M Y K H S L
Decimal 142 50 69 0 0.65 0.51 0.44 347.61 0.48 0.38
Hex 8E 32 45 0 41 33 2C 15C 30 26
Octal 216 62 105 0 101 63 54 534 60 46
Binary 10001110 110010 1000101 0 1000001 110011 101100 101011100 110000 100110

Color Harmonies of #8E3245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3245

Black with #8E3245

Text Example


Text Example

White with #8E3245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E3245;
 }
 .AnyTagClassName
 {
   color: #8E3245;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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