Html Css Color HEX #8E3546 Camelot

📋 copy color: '#8E3546'

red 142 ◦ green 53 ◦ blue 70

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

Shades of Camelot #8E3546

Tints of Camelot #8E3546

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 value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#8E3546 (or 0x8E3546) is known color: 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

RGB 142 53 70 -
CMYK 0 0.63 0.51 0.44
HSL 348.54º 0.46% 0.38% -
HSV(B) 348.54º 0.63% 0.56% -
XYZ 13.53 8.74 6.77 -
YUV 81.55 121.49 171.12 -
System Red Green Blue C M Y K H S L
Decimal 142 53 70 0 0.63 0.51 0.44 348.54 0.46 0.38
Hex 8E 35 46 0 3F 33 2C 15D 2E 26
Octal 216 65 106 0 77 63 54 535 56 46
Binary 10001110 110101 1000110 0 111111 110011 101100 101011101 101110 100110

Color Harmonies of #8E3546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3546

Black with #8E3546

Text Example


Text Example

White with #8E3546

Text Example


Text Example

HTML Codes & Css Web 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>