#822950

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

Shades of Rose Bud Cherry #822950

Tints of Rose Bud Cherry #822950

Color information

#822950 (or 0x822950) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 29 and 50. RGB value is (130,41,80). Sum of RGB (Red+Green+Blue) = 130+41+80=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #822950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822950 is #7DD6AF. Grayscale: #474747. Windows color (decimal): -8246960 or 5253506. OLE color: 5253506.

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

Color convert

RGB1304180-
CMYK00.680.380.49
HSL333.71º52.05%33.53%-
HSV(B)333.71º68.46%50.98%-
XYZ11.456.918.32-
YUV72.06132.49169.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.79%
GREEN value IS 41 (16.41% from 255) = 16.33%
BLUE value IS 80 (31.64% from 255) = 31.87%
R=51.79%
G=16.33%
B=31.87%

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
Decimal130418000.680.380.49333.7152.0533.53
Hex822950044263114e3422
Octal20251120010446615166442
Binary10000010101001101000001000100100110110001101001110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822950; }

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

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

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

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

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

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

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

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