Html Css Color HEX #8E2851 Rose Bud Cherry

📋 copy color: '#8E2851'

red 142 ◦ green 40 ◦ blue 81

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

Shades of Rose Bud Cherry #8E2851

Tints of Rose Bud Cherry #8E2851

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.21%

 BLUE value IS 81 (32.03% from 255) = 30.8%

R = 53.99%
G = 15.21%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#8E2851 (or 0x8E2851) is known color: Rose Bud Cherry. HEX triplet: 8E, 28 and 51. RGB value is (142,40,81). Sum of RGB (Red+Green+Blue) = 142+40+81=263 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.99% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2851 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2851 is #71D7AE. Grayscale: #4B4B4B. Windows color (decimal): -7460783 or 5318798. OLE color: 5318798.

HSL color Cylindrical-coordinate representation of color #8E2851: hue angle of 335.88º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8E2851 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 40 81 -
CMYK 0 0.72 0.43 0.44
HSL 335.88º 0.56% 0.36% -
HSV(B) 335.88º 0.72% 0.56% -
XYZ 13.4 7.86 8.6 -
YUV 75.17 131.29 175.67 -
System Red Green Blue C M Y K H S L
Decimal 142 40 81 0 0.72 0.43 0.44 335.88 0.56 0.36
Hex 8E 28 51 0 48 2B 2C 150 38 24
Octal 216 50 121 0 110 53 54 520 70 44
Binary 10001110 101000 1010001 0 1001000 101011 101100 101010000 111000 100100

Color Harmonies of #8E2851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2851

Black with #8E2851

Text Example


Text Example

White with #8E2851

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,40,81); }

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

background-color css

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

 a { background-color: rgb(142,40,81); }

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

border-color css

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

 span { border-color: rgb(142,40,81); }

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