#882562

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

Shades of Rose Bud Cherry #882562

Tints of Rose Bud Cherry #882562

Color information

#882562 (or 0x882562) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 25 and 62. RGB value is (136,37,98). Sum of RGB (Red+Green+Blue) = 136+37+98=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #882562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882562 is #77DA9D. Grayscale: #494949. Windows color (decimal): -7854750 or 6432136. OLE color: 6432136.

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

Color convert

RGB1363798-
CMYK00.730.280.47
HSL323.03º57.23%33.92%-
HSV(B)323.03º72.79%53.33%-
XYZ13.027.4412.3-
YUV73.55141.8172.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.18%
GREEN value IS 37 (14.84% from 255) = 13.65%
BLUE value IS 98 (38.67% from 255) = 36.16%
R=50.18%
G=13.65%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136379800.730.280.47323.0357.2333.92
Hex8825620491C2F1433922
Octal21045142011134575037142
Binary1000100010010111000100100100111100101111101000011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882562; }

 p { color: rgb(136,37,98); }

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

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

 a { background-color: rgb(136,37,98); }

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

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

 span { border-color: rgb(136,37,98); }

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