#822560

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

Shades of Rose Bud Cherry #822560

Tints of Rose Bud Cherry #822560

Color information

#822560 (or 0x822560) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 25 and 60. RGB value is (130,37,96). Sum of RGB (Red+Green+Blue) = 130+37+96=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #822560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822560 is #7DDA9F. Grayscale: #474747. Windows color (decimal): -8247968 or 6301058. OLE color: 6301058.

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

Color convert

RGB1303796-
CMYK00.720.260.49
HSL321.94º55.69%32.75%-
HSV(B)321.94º71.54%50.98%-
XYZ11.986.9111.77-
YUV71.53141.81169.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.43%
GREEN value IS 37 (14.84% from 255) = 14.07%
BLUE value IS 96 (37.89% from 255) = 36.50%
R=49.43%
G=14.07%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130379600.720.260.49321.9455.6932.75
Hex8225600481A311423821
Octal20245140011032615027041
Binary1000001010010111000000100100011010110001101000010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822560; }

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

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

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

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

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

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

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

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