#883360

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

Shades of Rose Bud Cherry #883360

Tints of Rose Bud Cherry #883360

Color information

#883360 (or 0x883360) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 33 and 60. RGB value is (136,51,96). Sum of RGB (Red+Green+Blue) = 136+51+96=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #883360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883360 is #77CC9F. Grayscale: #515151. Windows color (decimal): -7851168 or 6304648. OLE color: 6304648.

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

Color convert

RGB1365196-
CMYK00.620.290.47
HSL328.24º45.45%36.67%-
HSV(B)328.24º62.5%53.33%-
XYZ13.458.4511.99-
YUV81.54136.16166.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.06%
GREEN value IS 51 (20.31% from 255) = 18.02%
BLUE value IS 96 (37.89% from 255) = 33.92%
R=48.06%
G=18.02%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136519600.620.290.47328.2445.4536.67
Hex88336003E1D2F1482d25
Octal2106314007635575105545
Binary100010001100111100000011111011101101111101001000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883360; }

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

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

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

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

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

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

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

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