Html Css Color HEX #881951 Rose Bud Cherry

📋 copy color: '#881951'

red 136 ◦ green 25 ◦ blue 81

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

Shades of Rose Bud Cherry #881951

Tints of Rose Bud Cherry #881951

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.33%

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

R = 56.2%
G = 10.33%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#881951 (or 0x881951) is known color: Rose Bud Cherry. HEX triplet: 88, 19 and 51. RGB value is (136,25,81). Sum of RGB (Red+Green+Blue) = 136+25+81=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #881951 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881951 is #77E6AE. Grayscale: #404040. Windows color (decimal): -7857839 or 5314952. OLE color: 5314952.

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

Color convert

RGB 136 25 81 -
CMYK 0 0.82 0.40 0.47
HSL 329.73º 0.69% 0.32% -
HSV(B) 329.73º 0.82% 0.53% -
XYZ 11.99 6.52 8.41 -
YUV 64.57 137.27 178.95 -
System Red Green Blue C M Y K H S L
Decimal 136 25 81 0 0.82 0.40 0.47 329.73 0.69 0.32
Hex 88 19 51 0 52 28 2F 14A 45 20
Octal 210 31 121 0 122 50 57 512 105 40
Binary 10001000 11001 1010001 0 1010010 101000 101111 101001010 1000101 100000

Color Harmonies of #881951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881951

Black with #881951

Text Example


Text Example

White with #881951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881951; }

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

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

background-color css

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

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

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

border-color css

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

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

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