#853464

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

Shades of Rose Bud Cherry #853464

Tints of Rose Bud Cherry #853464

Color information

#853464 (or 0x853464) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 34 and 64. RGB value is (133,52,100). Sum of RGB (Red+Green+Blue) = 133+52+100=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #853464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853464 is #7ACB9B. Grayscale: #515151. Windows color (decimal): -8047516 or 6567045. OLE color: 6567045.

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

Color convert

RGB13352100-
CMYK00.610.250.48
HSL324.44º43.78%36.27%-
HSV(B)324.44º60.9%52.16%-
XYZ13.28.3612.97-
YUV81.69138.34164.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.67%
GREEN value IS 52 (20.70% from 255) = 18.25%
BLUE value IS 100 (39.45% from 255) = 35.09%
R=46.67%
G=18.25%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335210000.610.250.48324.4443.7836.27
Hex85346403D19301442c24
Octal2056414407531605045444
Binary100001011101001100100011110111001110000101000100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853464; }

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

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

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

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

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

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

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

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