#882662

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

Shades of Rose Bud Cherry #882662

Tints of Rose Bud Cherry #882662

Color information

#882662 (or 0x882662) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 26 and 62. RGB value is (136,38,98). Sum of RGB (Red+Green+Blue) = 136+38+98=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #882662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882662 is #77D99D. Grayscale: #4A4A4A. Windows color (decimal): -7854494 or 6432392. OLE color: 6432392.

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

Color convert

RGB1363898-
CMYK00.720.280.47
HSL323.27º56.32%34.12%-
HSV(B)323.27º72.06%53.33%-
XYZ13.057.512.32-
YUV74.14141.47172.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50%
GREEN value IS 38 (15.23% from 255) = 13.97%
BLUE value IS 98 (38.67% from 255) = 36.03%
R=50%
G=13.97%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136389800.720.280.47323.2756.3234.12
Hex8826620481C2F1433822
Octal21046142011034575037042
Binary1000100010011011000100100100011100101111101000011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882662; }

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

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

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

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

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

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

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

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