#853760

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

Shades of Rose Bud Cherry #853760

Tints of Rose Bud Cherry #853760

Color information

#853760 (or 0x853760) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 37 and 60. RGB value is (133,55,96). Sum of RGB (Red+Green+Blue) = 133+55+96=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #853760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853760 is #7AC89F. Grayscale: #525252. Windows color (decimal): -8046752 or 6305669. OLE color: 6305669.

HSL color Cylindrical-coordinate representation of color #853760: hue angle of 328.46º 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 #853760 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB1335596-
CMYK00.590.280.48
HSL328.46º41.49%36.86%-
HSV(B)328.46º58.65%52.16%-
XYZ13.158.5612.03-
YUV83135.34163.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.83%
GREEN value IS 55 (21.88% from 255) = 19.37%
BLUE value IS 96 (37.89% from 255) = 33.80%
R=46.83%
G=19.37%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133559600.590.280.48328.4641.4936.86
Hex85376003B1C301482925
Octal2056714007334605105145
Binary100001011101111100000011101111100110000101001000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853760; }

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

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

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

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

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

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

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

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