#822150

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

Shades of Rose Bud Cherry #822150

Tints of Rose Bud Cherry #822150

Color information

#822150 (or 0x822150) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 21 and 50. RGB value is (130,33,80). Sum of RGB (Red+Green+Blue) = 130+33+80=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #822150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822150 is #7DDEAF. Grayscale: #434343. Windows color (decimal): -8249008 or 5251458. OLE color: 5251458.

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

Color convert

RGB1303380-
CMYK00.750.380.49
HSL330.93º59.51%31.96%-
HSV(B)330.93º74.62%50.98%-
XYZ11.26.418.24-
YUV67.36135.14172.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.50%
GREEN value IS 33 (13.28% from 255) = 13.58%
BLUE value IS 80 (31.64% from 255) = 32.92%
R=53.50%
G=13.58%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130338000.750.380.49330.9359.5131.96
Hex82215004B263114b3c20
Octal20241120011346615137440
Binary10000010100001101000001001011100110110001101001011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822150; }

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

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

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

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

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

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

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

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