#883355

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

Shades of Rose Bud Cherry #883355

Tints of Rose Bud Cherry #883355

Color information

#883355 (or 0x883355) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 33 and 55. RGB value is (136,51,85). Sum of RGB (Red+Green+Blue) = 136+51+85=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #883355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883355 is #77CCAA. Grayscale: #505050. Windows color (decimal): -7851179 or 5583752. OLE color: 5583752.

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

Color convert

RGB1365185-
CMYK00.620.380.47
HSL336º45.45%36.67%-
HSV(B)336º62.5%53.33%-
XYZ12.988.269.5-
YUV80.29130.66167.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50%
GREEN value IS 51 (20.31% from 255) = 18.75%
BLUE value IS 85 (33.59% from 255) = 31.25%
R=50%
G=18.75%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136518500.620.380.4733645.4536.67
Hex88335503E262F1502d25
Octal2106312507646575205545
Binary1000100011001110101010111110100110101111101010000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883355; }

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

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

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

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

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

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

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

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