#853465

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

Shades of Rose Bud Cherry #853465

Tints of Rose Bud Cherry #853465

Color information

#853465 (or 0x853465) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 34 and 65. RGB value is (133,52,101). Sum of RGB (Red+Green+Blue) = 133+52+101=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #853465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853465 is #7ACB9A. Grayscale: #515151. Windows color (decimal): -8047515 or 6632581. OLE color: 6632581.

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

Color convert

RGB13352101-
CMYK00.610.240.48
HSL323.7º43.78%36.27%-
HSV(B)323.7º60.9%52.16%-
XYZ13.258.3813.23-
YUV81.8138.84164.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.50%
GREEN value IS 52 (20.70% from 255) = 18.18%
BLUE value IS 101 (39.84% from 255) = 35.31%
R=46.50%
G=18.18%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335210100.610.240.48323.743.7836.27
Hex85346503D18301442c24
Octal2056414507530605045444
Binary100001011101001100101011110111000110000101000100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853465; }

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

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

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

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

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

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

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

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