Html Css Color HEX #881E61 Rose Bud Cherry

📋 copy color: '#881E61'

red 136 ◦ green 30 ◦ blue 97

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

Shades of Rose Bud Cherry #881E61

Tints of Rose Bud Cherry #881E61

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.41%

 BLUE value IS 97 (38.28% from 255) = 36.88%

R = 51.71%
G = 11.41%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#881E61 (or 0x881E61) is known color: Rose Bud Cherry. HEX triplet: 88, 1E and 61. RGB value is (136,30,97). Sum of RGB (Red+Green+Blue) = 136+30+97=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 97 (38.28% from 255 or 36.88% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #881E61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881E61 is #77E19E. Grayscale: #454545. Windows color (decimal): -7856543 or 6364808. OLE color: 6364808.

HSL color Cylindrical-coordinate representation of color #881E61: hue angle of 322.08º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #881E61 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 30 97 -
CMYK 0 0.78 0.29 0.47
HSL 322.08º 0.64% 0.33% -
HSV(B) 322.08º 0.78% 0.53% -
XYZ 12.78 7.03 11.99 -
YUV 69.33 143.62 175.55 -
System Red Green Blue C M Y K H S L
Decimal 136 30 97 0 0.78 0.29 0.47 322.08 0.64 0.33
Hex 88 1E 61 0 4E 1D 2F 142 40 21
Octal 210 36 141 0 116 35 57 502 100 41
Binary 10001000 11110 1100001 0 1001110 11101 101111 101000010 1000000 100001

Color Harmonies of #881E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881E61

Black with #881E61

Text Example


Text Example

White with #881E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,30,97); }

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

background-color css

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

 a { background-color: rgb(136,30,97); }

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

border-color css

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

 span { border-color: rgb(136,30,97); }

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