Html Css Color HEX #8E4152 Camelot

📋 copy color: '#8E4152'

red 142 ◦ green 65 ◦ blue 82

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

Shades of Camelot #8E4152

Tints of Camelot #8E4152

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.49%

 BLUE value IS 82 (32.42% from 255) = 28.37%

R = 49.13%
G = 22.49%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#8E4152 (or 0x8E4152) is known color: Camelot. HEX triplet: 8E, 41 and 52. RGB value is (142,65,82). Sum of RGB (Red+Green+Blue) = 142+65+82=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4152 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4152 is #71BEAD. Grayscale: #595959. Windows color (decimal): -7454382 or 5390734. OLE color: 5390734.

HSL color Cylindrical-coordinate representation of color #8E4152: hue angle of 346.75º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E4152 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 65 82 -
CMYK 0 0.54 0.42 0.44
HSL 346.75º 0.37% 0.41% -
HSV(B) 346.75º 0.54% 0.56% -
XYZ 14.57 10.14 9.17 -
YUV 89.96 123.51 165.12 -
System Red Green Blue C M Y K H S L
Decimal 142 65 82 0 0.54 0.42 0.44 346.75 0.37 0.41
Hex 8E 41 52 0 36 2A 2C 15B 25 29
Octal 216 101 122 0 66 52 54 533 45 51
Binary 10001110 1000001 1010010 0 110110 101010 101100 101011011 100101 101001

Color Harmonies of #8E4152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4152

Black with #8E4152

Text Example


Text Example

White with #8E4152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,65,82); }

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

background-color css

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

 a { background-color: rgb(142,65,82); }

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

border-color css

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

 span { border-color: rgb(142,65,82); }

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