Html Css Color HEX #8E1751 Rose Bud Cherry

📋 copy color: '#8E1751'

red 142 ◦ green 23 ◦ blue 81

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

Shades of Rose Bud Cherry #8E1751

Tints of Rose Bud Cherry #8E1751

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.35%

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

R = 57.72%
G = 9.35%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#8E1751 (or 0x8E1751) is known color: Rose Bud Cherry. HEX triplet: 8E, 17 and 51. RGB value is (142,23,81). Sum of RGB (Red+Green+Blue) = 142+23+81=246 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.72% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1751 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1751 is #71E8AE. Grayscale: #414141. Windows color (decimal): -7465135 or 5314446. OLE color: 5314446.

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

Color convert

RGB 142 23 81 -
CMYK 0 0.84 0.43 0.44
HSL 330.76º 0.72% 0.32% -
HSV(B) 330.76º 0.84% 0.56% -
XYZ 12.95 6.96 8.45 -
YUV 65.19 136.92 182.78 -
System Red Green Blue C M Y K H S L
Decimal 142 23 81 0 0.84 0.43 0.44 330.76 0.72 0.32
Hex 8E 17 51 0 54 2B 2C 14B 48 20
Octal 216 27 121 0 124 53 54 513 110 40
Binary 10001110 10111 1010001 0 1010100 101011 101100 101001011 1001000 100000

Color Harmonies of #8E1751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1751

Black with #8E1751

Text Example


Text Example

White with #8E1751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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