Html Css Color HEX #881959 Rose Bud Cherry

📋 copy color: '#881959'

red 136 ◦ green 25 ◦ blue 89

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

Shades of Rose Bud Cherry #881959

Tints of Rose Bud Cherry #881959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 35.6%

R = 54.4%
G = 10%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#881959 (or 0x881959) is known color: Rose Bud Cherry. HEX triplet: 88, 19 and 59. RGB value is (136,25,89). Sum of RGB (Red+Green+Blue) = 136+25+89=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #881959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881959 is #77E6A6. Grayscale: #414141. Windows color (decimal): -7857831 or 5839240. OLE color: 5839240.

HSL color Cylindrical-coordinate representation of color #881959: hue angle of 325.41º 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 #881959 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 25 89 -
CMYK 0 0.82 0.35 0.47
HSL 325.41º 0.69% 0.32% -
HSV(B) 325.41º 0.82% 0.53% -
XYZ 12.3 6.65 10.09 -
YUV 65.49 141.27 178.3 -
System Red Green Blue C M Y K H S L
Decimal 136 25 89 0 0.82 0.35 0.47 325.41 0.69 0.32
Hex 88 19 59 0 52 23 2F 145 45 20
Octal 210 31 131 0 122 43 57 505 105 40
Binary 10001000 11001 1011001 0 1010010 100011 101111 101000101 1000101 100000

Color Harmonies of #881959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881959

Black with #881959

Text Example


Text Example

White with #881959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881959; }

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

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

background-color css

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

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

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

border-color css

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

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

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