#883253

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

Shades of Rose Bud Cherry #883253

Tints of Rose Bud Cherry #883253

Color information

#883253 (or 0x883253) is unknown color: approx Rose Bud Cherry. HEX triplet: 88, 32 and 53. RGB value is (136,50,83). Sum of RGB (Red+Green+Blue) = 136+50+83=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #883253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883253 is #77CDAC. Grayscale: #4F4F4F. Windows color (decimal): -7851437 or 5452424. OLE color: 5452424.

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

Color convert

RGB1365083-
CMYK00.630.390.47
HSL336.98º46.24%36.47%-
HSV(B)336.98º63.24%53.33%-
XYZ12.868.149.08-
YUV79.48129.99168.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.56%
GREEN value IS 50 (19.92% from 255) = 18.59%
BLUE value IS 83 (32.81% from 255) = 30.86%
R=50.56%
G=18.59%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136508300.630.390.47336.9846.2436.47
Hex88325303F272F1512e24
Octal2106212307747575215644
Binary1000100011001010100110111111100111101111101010001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883253; }

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

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

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

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

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

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

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

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