#822C59

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

Shades of Rose Bud Cherry #822C59

Tints of Rose Bud Cherry #822C59

Color information

#822C59 (or 0x822C59) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 2C and 59. RGB value is (130,44,89). Sum of RGB (Red+Green+Blue) = 130+44+89=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 89 (35.16% from 255 or 33.84% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #822C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822C59 is #7DD3A6. Grayscale: #4A4A4A. Windows color (decimal): -8246183 or 5844098. OLE color: 5844098.

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

Color convert

RGB1304489-
CMYK00.660.320.49
HSL328.6º49.43%34.12%-
HSV(B)328.6º66.15%50.98%-
XYZ11.917.2710.23-
YUV74.84135.99167.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.43%
GREEN value IS 44 (17.58% from 255) = 16.73%
BLUE value IS 89 (35.16% from 255) = 33.84%
R=49.43%
G=16.73%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130448900.660.320.49328.649.4334.12
Hex822C5904220311493122
Octal20254131010240615116142
Binary10000010101100101100101000010100000110001101001001110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822C59; }

 p { color: rgb(130,44,89); }

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

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

 a { background-color: rgb(130,44,89); }

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

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

 span { border-color: rgb(130,44,89); }

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