#853362

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

Shades of Rose Bud Cherry #853362

Tints of Rose Bud Cherry #853362

Color information

#853362 (or 0x853362) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 33 and 62. RGB value is (133,51,98). Sum of RGB (Red+Green+Blue) = 133+51+98=282 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.16% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 133 - color contains mainly: red. Hex color #853362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853362 is #7ACC9D. Grayscale: #505050. Windows color (decimal): -8047774 or 6435717. OLE color: 6435717.

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

Color convert

RGB1335198-
CMYK00.620.260.48
HSL325.61º44.57%36.08%-
HSV(B)325.61º61.65%52.16%-
XYZ13.068.2412.46-
YUV80.88137.67165.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.16%
GREEN value IS 51 (20.31% from 255) = 18.09%
BLUE value IS 98 (38.67% from 255) = 34.75%
R=47.16%
G=18.09%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133519800.620.260.48325.6144.5736.08
Hex85336203E1A301462d24
Octal2056314207632605065544
Binary100001011100111100010011111011010110000101000110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853362; }

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

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

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

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

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

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

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

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