#853355

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

Shades of Rose Bud Cherry #853355

Tints of Rose Bud Cherry #853355

Color information

#853355 (or 0x853355) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 33 and 55. RGB value is (133,51,85). Sum of RGB (Red+Green+Blue) = 133+51+85=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #853355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853355 is #7ACCAA. Grayscale: #4F4F4F. Windows color (decimal): -8047787 or 5583749. OLE color: 5583749.

HSL color Cylindrical-coordinate representation of color #853355: hue angle of 335.12º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #853355 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB1335185-
CMYK00.620.360.48
HSL335.12º44.57%36.08%-
HSV(B)335.12º61.65%52.16%-
XYZ12.58.019.48-
YUV79.39131.17166.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.44%
GREEN value IS 51 (20.31% from 255) = 18.96%
BLUE value IS 85 (33.59% from 255) = 31.60%
R=49.44%
G=18.96%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133518500.620.360.48335.1244.5736.08
Hex85335503E243014f2d24
Octal2056312507644605175544
Binary1000010111001110101010111110100100110000101001111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853355; }

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

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

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

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

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

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

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

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