Html Css Color HEX #8E1C4F Rose Bud Cherry

📋 copy color: '#8E1C4F'

red 142 ◦ green 28 ◦ blue 79

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

Shades of Rose Bud Cherry #8E1C4F

Tints of Rose Bud Cherry #8E1C4F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.24%

 BLUE value IS 79 (31.25% from 255) = 31.73%

R = 57.03%
G = 11.24%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#8E1C4F (or 0x8E1C4F) is known color: Rose Bud Cherry. HEX triplet: 8E, 1C and 4F. RGB value is (142,28,79). Sum of RGB (Red+Green+Blue) = 142+28+79=249 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.03% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1C4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1C4F is #71E3B0. Grayscale: #434343. Windows color (decimal): -7463857 or 5184654. OLE color: 5184654.

HSL color Cylindrical-coordinate representation of color #8E1C4F: hue angle of 333.16º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E1C4F is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 28 79 -
CMYK 0 0.80 0.44 0.44
HSL 333.16º 0.67% 0.33% -
HSV(B) 333.16º 0.8% 0.56% -
XYZ 12.98 7.15 8.09 -
YUV 67.9 134.27 180.85 -
System Red Green Blue C M Y K H S L
Decimal 142 28 79 0 0.80 0.44 0.44 333.16 0.67 0.33
Hex 8E 1C 4F 0 50 2C 2C 14D 43 21
Octal 216 34 117 0 120 54 54 515 103 41
Binary 10001110 11100 1001111 0 1010000 101100 101100 101001101 1000011 100001

Color Harmonies of #8E1C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1C4F

Black with #8E1C4F

Text Example


Text Example

White with #8E1C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,28,79); }

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

background-color css

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

 a { background-color: rgb(142,28,79); }

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

border-color css

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

 span { border-color: rgb(142,28,79); }

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