#853765

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

Shades of Rose Bud Cherry #853765

Tints of Rose Bud Cherry #853765

Color information

#853765 (or 0x853765) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 37 and 65. RGB value is (133,55,101). Sum of RGB (Red+Green+Blue) = 133+55+101=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #853765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853765 is #7AC89A. Grayscale: #535353. Windows color (decimal): -8046747 or 6633349. OLE color: 6633349.

HSL color Cylindrical-coordinate representation of color #853765: hue angle of 324.62º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #853765 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB13355101-
CMYK00.590.240.48
HSL324.62º41.49%36.86%-
HSV(B)324.62º58.65%52.16%-
XYZ13.398.6613.28-
YUV83.57137.84163.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.02%
GREEN value IS 55 (21.88% from 255) = 19.03%
BLUE value IS 101 (39.84% from 255) = 34.95%
R=46.02%
G=19.03%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335510100.590.240.48324.6241.4936.86
Hex85376503B18301452925
Octal2056714507330605055145
Binary100001011101111100101011101111000110000101000101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853765; }

 p { color: rgb(133,55,101); }

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

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

 a { background-color: rgb(133,55,101); }

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

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

 span { border-color: rgb(133,55,101); }

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