Html Css Color HEX #881C56 Rose Bud Cherry

📋 copy color: '#881C56'

red 136 ◦ green 28 ◦ blue 86

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

Shades of Rose Bud Cherry #881C56

Tints of Rose Bud Cherry #881C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 34.4%

R = 54.4%
G = 11.2%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#881C56 (or 0x881C56) is known color: Rose Bud Cherry. HEX triplet: 88, 1C and 56. RGB value is (136,28,86). Sum of RGB (Red+Green+Blue) = 136+28+86=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #881C56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #881C56 is #77E3A9. Grayscale: #424242. Windows color (decimal): -7857066 or 5643400. OLE color: 5643400.

HSL color Cylindrical-coordinate representation of color #881C56: hue angle of 327.78º 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 #881C56 is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 28 86 -
CMYK 0 0.79 0.37 0.47
HSL 327.78º 0.66% 0.32% -
HSV(B) 327.78º 0.79% 0.53% -
XYZ 12.25 6.74 9.46 -
YUV 66.9 138.78 177.28 -
System Red Green Blue C M Y K H S L
Decimal 136 28 86 0 0.79 0.37 0.47 327.78 0.66 0.32
Hex 88 1C 56 0 4F 25 2F 148 42 20
Octal 210 34 126 0 117 45 57 510 102 40
Binary 10001000 11100 1010110 0 1001111 100101 101111 101001000 1000010 100000

Color Harmonies of #881C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881C56

Black with #881C56

Text Example


Text Example

White with #881C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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