Html Css Color HEX #881A59 Rose Bud Cherry

📋 copy color: '#881A59'

red 136 ◦ green 26 ◦ blue 89

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

Shades of Rose Bud Cherry #881A59

Tints of Rose Bud Cherry #881A59

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.36%

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

R = 54.18%
G = 10.36%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#881A59 (or 0x881A59) is known color: Rose Bud Cherry. HEX triplet: 88, 1A and 59. RGB value is (136,26,89). Sum of RGB (Red+Green+Blue) = 136+26+89=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #881A59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881A59 is #77E5A6. Grayscale: #414141. Windows color (decimal): -7857575 or 5839496. OLE color: 5839496.

HSL color Cylindrical-coordinate representation of color #881A59: hue angle of 325.64º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #881A59 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 26 89 -
CMYK 0 0.81 0.35 0.47
HSL 325.64º 0.68% 0.32% -
HSV(B) 325.64º 0.81% 0.53% -
XYZ 12.33 6.69 10.09 -
YUV 66.07 140.94 177.88 -
System Red Green Blue C M Y K H S L
Decimal 136 26 89 0 0.81 0.35 0.47 325.64 0.68 0.32
Hex 88 1A 59 0 51 23 2F 146 44 20
Octal 210 32 131 0 121 43 57 506 104 40
Binary 10001000 11010 1011001 0 1010001 100011 101111 101000110 1000100 100000

Color Harmonies of #881A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881A59

Black with #881A59

Text Example


Text Example

White with #881A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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