#853A5B

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

Shades of Rose Bud Cherry #853A5B

Tints of Rose Bud Cherry #853A5B

Color information

#853A5B (or 0x853A5B) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 3A and 5B. RGB value is (133,58,91). Sum of RGB (Red+Green+Blue) = 133+58+91=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #853A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853A5B is #7AC5A4. Grayscale: #545454. Windows color (decimal): -8045989 or 5978757. OLE color: 5978757.

HSL color Cylindrical-coordinate representation of color #853A5B: hue angle of 333.6º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #853A5B is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1335891-
CMYK00.560.320.48
HSL333.6º39.27%37.45%-
HSV(B)333.6º56.39%52.16%-
XYZ13.078.7710.9-
YUV84.19131.85162.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.16%
GREEN value IS 58 (23.05% from 255) = 20.57%
BLUE value IS 91 (35.94% from 255) = 32.27%
R=47.16%
G=20.57%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133589100.560.320.48333.639.2737.45
Hex853A5B038203014e2725
Octal2057213307040605164745
Binary1000010111101010110110111000100000110000101001110100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853A5B; }

 p { color: rgb(133,58,91); }

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

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

 a { background-color: rgb(133,58,91); }

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

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

 span { border-color: rgb(133,58,91); }

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