Html Css Color HEX #881551 Rose Bud Cherry

📋 copy color: '#881551'

red 136 ◦ green 21 ◦ blue 81

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

Shades of Rose Bud Cherry #881551

Tints of Rose Bud Cherry #881551

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.82%

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

R = 57.14%
G = 8.82%
B = 34.03%

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

#881551 (or 0x881551) is known color: Rose Bud Cherry. HEX triplet: 88, 15 and 51. RGB value is (136,21,81). Sum of RGB (Red+Green+Blue) = 136+21+81=238 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.14% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 136 - color contains mainly: red. Hex color #881551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881551 is #77EAAE. Grayscale: #3E3E3E. Windows color (decimal): -7858863 or 5313928. OLE color: 5313928.

HSL color Cylindrical-coordinate representation of color #881551: hue angle of 328.7º degrees, saturation: 0.73, 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 #881551 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 21 81 -
CMYK 0 0.85 0.40 0.47
HSL 328.7º 0.73% 0.31% -
HSV(B) 328.7º 0.85% 0.53% -
XYZ 11.91 6.36 8.39 -
YUV 62.23 138.6 180.62 -
System Red Green Blue C M Y K H S L
Decimal 136 21 81 0 0.85 0.40 0.47 328.7 0.73 0.31
Hex 88 15 51 0 55 28 2F 149 49 1F
Octal 210 25 121 0 125 50 57 511 111 37
Binary 10001000 10101 1010001 0 1010101 101000 101111 101001001 1001001 11111

Color Harmonies of #881551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881551

Black with #881551

Text Example


Text Example

White with #881551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881551; }

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

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

background-color css

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

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

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

border-color css

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

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

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