Html Css Color HEX #881451 Rose Bud Cherry

📋 copy color: '#881451'

red 136 ◦ green 20 ◦ blue 81

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

Shades of Rose Bud Cherry #881451

Tints of Rose Bud Cherry #881451

RGB

 RED value IS 136 (53.52% from 255) = 57.38%

 GREEN value IS 20 (8.2% from 255) = 8.44%

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

R = 57.38%
G = 8.44%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#881451 (or 0x881451) is known color: Rose Bud Cherry. HEX triplet: 88, 14 and 51. RGB value is (136,20,81). Sum of RGB (Red+Green+Blue) = 136+20+81=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 81 (32.03% from 255 or 34.18% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #881451 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881451 is #77EBAE. Grayscale: #3D3D3D. Windows color (decimal): -7859119 or 5313672. OLE color: 5313672.

HSL color Cylindrical-coordinate representation of color #881451: hue angle of 328.45º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881451 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 20 81 -
CMYK 0 0.85 0.40 0.47
HSL 328.45º 0.74% 0.31% -
HSV(B) 328.45º 0.85% 0.53% -
XYZ 11.89 6.33 8.38 -
YUV 61.64 138.93 181.04 -
System Red Green Blue C M Y K H S L
Decimal 136 20 81 0 0.85 0.40 0.47 328.45 0.74 0.31
Hex 88 14 51 0 55 28 2F 148 4A 1F
Octal 210 24 121 0 125 50 57 510 112 37
Binary 10001000 10100 1010001 0 1010101 101000 101111 101001000 1001010 11111

Color Harmonies of #881451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881451

Black with #881451

Text Example


Text Example

White with #881451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881451; }

 p { color: rgb(136,20,81); }

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

background-color css

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

 a { background-color: rgb(136,20,81); }

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

border-color css

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

 span { border-color: rgb(136,20,81); }

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