#822160

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

Shades of Rose Bud Cherry #822160

Tints of Rose Bud Cherry #822160

Color information

#822160 (or 0x822160) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 21 and 60. RGB value is (130,33,96). Sum of RGB (Red+Green+Blue) = 130+33+96=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #822160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822160 is #7DDE9F. Grayscale: #454545. Windows color (decimal): -8248992 or 6300034. OLE color: 6300034.

HSL color Cylindrical-coordinate representation of color #822160: hue angle of 321.03º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #822160 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB1303396-
CMYK00.750.260.49
HSL321.03º59.51%31.96%-
HSV(B)321.03º74.62%50.98%-
XYZ11.866.6811.73-
YUV69.18143.14171.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.19%
GREEN value IS 33 (13.28% from 255) = 12.74%
BLUE value IS 96 (37.89% from 255) = 37.07%
R=50.19%
G=12.74%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130339600.750.260.49321.0359.5131.96
Hex82216004B1A311413c20
Octal20241140011332615017440
Binary1000001010000111000000100101111010110001101000001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822160; }

 p { color: rgb(130,33,96); }

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

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

 a { background-color: rgb(130,33,96); }

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

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

 span { border-color: rgb(130,33,96); }

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