#881956

Color #881956 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #881956

Tints of Rose Bud Cherry #881956

Color information

#881956 (or 0x881956) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 19 and 56. RGB value is (136,25,86). Sum of RGB (Red+Green+Blue) = 136+25+86=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #881956 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881956 is #77E6A9. Grayscale: #414141. Windows color (decimal): -7857834 or 5642632. OLE color: 5642632.

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

Color convert

RGB1362586-
CMYK00.820.370.47
HSL327.03º68.94%31.57%-
HSV(B)327.03º81.62%53.33%-
XYZ12.186.69.44-
YUV65.14139.77178.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.06%
GREEN value IS 25 (10.16% from 255) = 10.12%
BLUE value IS 86 (33.98% from 255) = 34.82%
R=55.06%
G=10.12%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136258600.820.370.47327.0368.9431.57
Hex881956052252F1474520
Octal210311260122455750710540
Binary10001000110011010110010100101001011011111010001111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881956; }

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

 H1.HeaderClassName
 {
   color: #881956;
 }
 .AnyTagClassName
 {
   color: #881956;
 }
</style>
background-color css

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

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

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

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

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

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