#822959

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

Shades of Rose Bud Cherry #822959

Tints of Rose Bud Cherry #822959

Color information

#822959 (or 0x822959) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 29 and 59. RGB value is (130,41,89). Sum of RGB (Red+Green+Blue) = 130+41+89=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #822959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822959 is #7DD6A6. Grayscale: #484848. Windows color (decimal): -8246951 or 5843330. OLE color: 5843330.

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

Color convert

RGB1304189-
CMYK00.680.320.49
HSL327.64º52.05%33.53%-
HSV(B)327.64º68.46%50.98%-
XYZ11.87.0510.19-
YUV73.08136.99168.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50%
GREEN value IS 41 (16.41% from 255) = 15.77%
BLUE value IS 89 (35.16% from 255) = 34.23%
R=50%
G=15.77%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130418900.680.320.49327.6452.0533.53
Hex82295904420311483422
Octal20251131010440615106442
Binary10000010101001101100101000100100000110001101001000110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822959; }

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

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

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

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

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

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

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

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