#883259

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

Shades of Rose Bud Cherry #883259

Tints of Rose Bud Cherry #883259

Color information

#883259 (or 0x883259) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 32 and 59. RGB value is (136,50,89). Sum of RGB (Red+Green+Blue) = 136+50+89=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 89 (35.16% from 255 or 32.36% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #883259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883259 is #77CDA6. Grayscale: #505050. Windows color (decimal): -7851431 or 5845640. OLE color: 5845640.

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

Color convert

RGB1365089-
CMYK00.630.350.47
HSL332.79º46.24%36.47%-
HSV(B)332.79º63.24%53.33%-
XYZ13.18.2410.35-
YUV80.16132.99167.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.45%
GREEN value IS 50 (19.92% from 255) = 18.18%
BLUE value IS 89 (35.16% from 255) = 32.36%
R=49.45%
G=18.18%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136508900.630.350.47332.7946.2436.47
Hex88325903F232F14d2e24
Octal2106213107743575155644
Binary1000100011001010110010111111100011101111101001101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883259; }

 p { color: rgb(136,50,89); }

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

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

 a { background-color: rgb(136,50,89); }

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

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

 span { border-color: rgb(136,50,89); }

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