Html Css Color HEX #8E364C Camelot

📋 copy color: '#8E364C'

red 142 ◦ green 54 ◦ blue 76

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

Shades of Camelot #8E364C

Tints of Camelot #8E364C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.85%

 BLUE value IS 76 (30.08% from 255) = 27.94%

R = 52.21%
G = 19.85%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.44

RGB Variations

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

Color information

#8E364C (or 0x8E364C) is known color: Camelot. HEX triplet: 8E, 36 and 4C. RGB value is (142,54,76). Sum of RGB (Red+Green+Blue) = 142+54+76=272 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.21% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 142 - color contains mainly: red. Hex color #8E364C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E364C is #71C9B3. Grayscale: #525252. Windows color (decimal): -7457204 or 4994702. OLE color: 4994702.

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

Color convert

RGB 142 54 76 -
CMYK 0 0.62 0.46 0.44
HSL 345º 0.45% 0.38% -
HSV(B) 345º 0.62% 0.56% -
XYZ 13.78 8.91 7.83 -
YUV 82.82 124.15 170.21 -
System Red Green Blue C M Y K H S L
Decimal 142 54 76 0 0.62 0.46 0.44 345 0.45 0.38
Hex 8E 36 4C 0 3E 2E 2C 159 2D 26
Octal 216 66 114 0 76 56 54 531 55 46
Binary 10001110 110110 1001100 0 111110 101110 101100 101011001 101101 100110

Color Harmonies of #8E364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E364C

Black with #8E364C

Text Example


Text Example

White with #8E364C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,54,76); }

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

background-color css

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

 a { background-color: rgb(142,54,76); }

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

border-color css

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

 span { border-color: rgb(142,54,76); }

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