#882656

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

Shades of Rose Bud Cherry #882656

Tints of Rose Bud Cherry #882656

Color information

#882656 (or 0x882656) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 26 and 56. RGB value is (136,38,86). Sum of RGB (Red+Green+Blue) = 136+38+86=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #882656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882656 is #77D9A9. Grayscale: #484848. Windows color (decimal): -7854506 or 5645960. OLE color: 5645960.

HSL color Cylindrical-coordinate representation of color #882656: hue angle of 330.61º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #882656 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB1363886-
CMYK00.720.370.47
HSL330.61º56.32%34.12%-
HSV(B)330.61º72.06%53.33%-
XYZ12.537.299.55-
YUV72.77135.47173.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.31%
GREEN value IS 38 (15.23% from 255) = 14.62%
BLUE value IS 86 (33.98% from 255) = 33.08%
R=52.31%
G=14.62%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136388600.720.370.47330.6156.3234.12
Hex882656048252F14b3822
Octal21046126011045575137042
Binary10001000100110101011001001000100101101111101001011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882656; }

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

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

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

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

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

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

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

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