Html Css Color HEX #881251 Rose Bud Cherry

📋 copy color: '#881251'

red 136 ◦ green 18 ◦ blue 81

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

Shades of Rose Bud Cherry #881251

Tints of Rose Bud Cherry #881251

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.66%

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

R = 57.87%
G = 7.66%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#881251 (or 0x881251) is known color: Rose Bud Cherry. HEX triplet: 88, 12 and 51. RGB value is (136,18,81). Sum of RGB (Red+Green+Blue) = 136+18+81=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #881251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881251 is #77EDAE. Grayscale: #3C3C3C. Windows color (decimal): -7859631 or 5313160. OLE color: 5313160.

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

Color convert

RGB 136 18 81 -
CMYK 0 0.87 0.40 0.47
HSL 327.97º 0.77% 0.3% -
HSV(B) 327.97º 0.87% 0.53% -
XYZ 11.85 6.26 8.37 -
YUV 60.46 139.59 181.88 -
System Red Green Blue C M Y K H S L
Decimal 136 18 81 0 0.87 0.40 0.47 327.97 0.77 0.3
Hex 88 12 51 0 57 28 2F 148 4D 1E
Octal 210 22 121 0 127 50 57 510 115 36
Binary 10001000 10010 1010001 0 1010111 101000 101111 101001000 1001101 11110

Color Harmonies of #881251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881251

Black with #881251

Text Example


Text Example

White with #881251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881251; }

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

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

background-color css

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

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

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

border-color css

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

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

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