#883060

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

Shades of Rose Bud Cherry #883060

Tints of Rose Bud Cherry #883060

Color information

#883060 (or 0x883060) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 30 and 60. RGB value is (136,48,96). Sum of RGB (Red+Green+Blue) = 136+48+96=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #883060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883060 is #77CF9F. Grayscale: #4F4F4F. Windows color (decimal): -7851936 or 6303880. OLE color: 6303880.

HSL color Cylindrical-coordinate representation of color #883060: hue angle of 327.27º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #883060 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1364896-
CMYK00.650.290.47
HSL327.27º47.83%36.08%-
HSV(B)327.27º64.71%53.33%-
XYZ13.328.1911.95-
YUV79.78137.15168.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.57%
GREEN value IS 48 (19.14% from 255) = 17.14%
BLUE value IS 96 (37.89% from 255) = 34.29%
R=48.57%
G=17.14%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136489600.650.290.47327.2747.8336.08
Hex8830600411D2F1473024
Octal21060140010135575076044
Binary1000100011000011000000100000111101101111101000111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883060; }

 p { color: rgb(136,48,96); }

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

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

 a { background-color: rgb(136,48,96); }

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

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

 span { border-color: rgb(136,48,96); }

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