#853365

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

Shades of Rose Bud Cherry #853365

Tints of Rose Bud Cherry #853365

Color information

#853365 (or 0x853365) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 33 and 65. RGB value is (133,51,101). Sum of RGB (Red+Green+Blue) = 133+51+101=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #853365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853365 is #7ACC9A. Grayscale: #515151. Windows color (decimal): -8047771 or 6632325. OLE color: 6632325.

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

Color convert

RGB13351101-
CMYK00.620.240.48
HSL323.41º44.57%36.08%-
HSV(B)323.41º61.65%52.16%-
XYZ13.218.2913.22-
YUV81.22139.17164.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.67%
GREEN value IS 51 (20.31% from 255) = 17.89%
BLUE value IS 101 (39.84% from 255) = 35.44%
R=46.67%
G=17.89%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1335110100.620.240.48323.4144.5736.08
Hex85336503E18301432d24
Octal2056314507630605035544
Binary100001011100111100101011111011000110000101000011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853365; }

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

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

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

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

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

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

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

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