#853260

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

Shades of Rose Bud Cherry #853260

Tints of Rose Bud Cherry #853260

Color information

#853260 (or 0x853260) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 32 and 60. RGB value is (133,50,96). Sum of RGB (Red+Green+Blue) = 133+50+96=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #853260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853260 is #7ACD9F. Grayscale: #4F4F4F. Windows color (decimal): -8048032 or 6304389. OLE color: 6304389.

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

Color convert

RGB1335096-
CMYK00.620.280.48
HSL326.75º45.36%35.88%-
HSV(B)326.75º62.41%52.16%-
XYZ12.928.1111.95-
YUV80.06137165.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.67%
GREEN value IS 50 (19.92% from 255) = 17.92%
BLUE value IS 96 (37.89% from 255) = 34.41%
R=47.67%
G=17.92%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133509600.620.280.48326.7545.3635.88
Hex85326003E1C301472d24
Octal2056214007634605075544
Binary100001011100101100000011111011100110000101000111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853260; }

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

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

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

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

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

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

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

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