#853460

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

Shades of Rose Bud Cherry #853460

Tints of Rose Bud Cherry #853460

Color information

#853460 (or 0x853460) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 34 and 60. RGB value is (133,52,96). Sum of RGB (Red+Green+Blue) = 133+52+96=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #853460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853460 is #7ACB9F. Grayscale: #515151. Windows color (decimal): -8047520 or 6304901. OLE color: 6304901.

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

Color convert

RGB1335296-
CMYK00.610.280.48
HSL327.41º43.78%36.27%-
HSV(B)327.41º60.9%52.16%-
XYZ13.018.2911.98-
YUV81.24136.34164.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.33%
GREEN value IS 52 (20.70% from 255) = 18.51%
BLUE value IS 96 (37.89% from 255) = 34.16%
R=47.33%
G=18.51%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133529600.610.280.48327.4143.7836.27
Hex85346003D1C301472c24
Octal2056414007534605075444
Binary100001011101001100000011110111100110000101000111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853460; }

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

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

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

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

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

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

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

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