#852562

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

Shades of Rose Bud Cherry #852562

Tints of Rose Bud Cherry #852562

Color information

#852562 (or 0x852562) is unknown color: approx Rose Bud Cherry. HEX triplet: 85, 25 and 62. RGB value is (133,37,98). Sum of RGB (Red+Green+Blue) = 133+37+98=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #852562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852562 is #7ADA9D. Grayscale: #484848. Windows color (decimal): -8051358 or 6432133. OLE color: 6432133.

HSL color Cylindrical-coordinate representation of color #852562: hue angle of 321.88º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #852562 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB1333798-
CMYK00.720.260.48
HSL321.88º56.47%33.33%-
HSV(B)321.88º72.18%52.16%-
XYZ12.547.1912.28-
YUV72.66142.3171.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.63%
GREEN value IS 37 (14.84% from 255) = 13.81%
BLUE value IS 98 (38.67% from 255) = 36.57%
R=49.63%
G=13.81%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133379800.720.260.48321.8856.4733.33
Hex8525620481A301423821
Octal20545142011032605027041
Binary1000010110010111000100100100011010110000101000010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852562; }

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

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

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

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

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

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

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

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