#853462

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

Shades of Rose Bud Cherry #853462

Tints of Rose Bud Cherry #853462

Color information

#853462 (or 0x853462) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 34 and 62. RGB value is (133,52,98). Sum of RGB (Red+Green+Blue) = 133+52+98=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #853462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853462 is #7ACB9D. Grayscale: #515151. Windows color (decimal): -8047518 or 6435973. OLE color: 6435973.

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

Color convert

RGB1335298-
CMYK00.610.260.48
HSL325.93º43.78%36.27%-
HSV(B)325.93º60.9%52.16%-
XYZ13.118.3212.47-
YUV81.46137.34164.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.00%
GREEN value IS 52 (20.70% from 255) = 18.37%
BLUE value IS 98 (38.67% from 255) = 34.63%
R=47.00%
G=18.37%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133529800.610.260.48325.9343.7836.27
Hex85346203D1A301462c24
Octal2056414207532605065444
Binary100001011101001100010011110111010110000101000110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853462; }

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

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

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

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

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

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

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

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