#822951

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

Shades of Rose Bud Cherry #822951

Tints of Rose Bud Cherry #822951

Color information

#822951 (or 0x822951) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 29 and 51. RGB value is (130,41,81). Sum of RGB (Red+Green+Blue) = 130+41+81=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #822951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822951 is #7DD6AE. Grayscale: #484848. Windows color (decimal): -8246959 or 5319042. OLE color: 5319042.

HSL color Cylindrical-coordinate representation of color #822951: hue angle of 333.03º 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 #822951 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB1304181-
CMYK00.680.380.49
HSL333.03º52.05%33.53%-
HSV(B)333.03º68.46%50.98%-
XYZ11.486.938.52-
YUV72.17132.99169.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.59%
GREEN value IS 41 (16.41% from 255) = 16.27%
BLUE value IS 81 (32.03% from 255) = 32.14%
R=51.59%
G=16.27%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130418100.680.380.49333.0352.0533.53
Hex822951044263114d3422
Octal20251121010446615156442
Binary10000010101001101000101000100100110110001101001101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822951; }

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

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

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

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

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

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

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

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