Html Css Color HEX #881C55 Rose Bud Cherry

📋 copy color: '#881C55'

red 136 ◦ green 28 ◦ blue 85

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

Shades of Rose Bud Cherry #881C55

Tints of Rose Bud Cherry #881C55

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.24%

 BLUE value IS 85 (33.59% from 255) = 34.14%

R = 54.62%
G = 11.24%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#881C55 (or 0x881C55) is known color: Rose Bud Cherry. HEX triplet: 88, 1C and 55. RGB value is (136,28,85). Sum of RGB (Red+Green+Blue) = 136+28+85=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #881C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881C55 is #77E3AA. Grayscale: #424242. Windows color (decimal): -7857067 or 5577864. OLE color: 5577864.

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

Color convert

RGB 136 28 85 -
CMYK 0 0.79 0.38 0.47
HSL 328.33º 0.66% 0.32% -
HSV(B) 328.33º 0.79% 0.53% -
XYZ 12.21 6.72 9.25 -
YUV 66.79 138.28 177.37 -
System Red Green Blue C M Y K H S L
Decimal 136 28 85 0 0.79 0.38 0.47 328.33 0.66 0.32
Hex 88 1C 55 0 4F 26 2F 148 42 20
Octal 210 34 125 0 117 46 57 510 102 40
Binary 10001000 11100 1010101 0 1001111 100110 101111 101001000 1000010 100000

Color Harmonies of #881C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881C55

Black with #881C55

Text Example


Text Example

White with #881C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,28,85); }

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

background-color css

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

 a { background-color: rgb(136,28,85); }

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

border-color css

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

 span { border-color: rgb(136,28,85); }

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