#82225E

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

Shades of Rose Bud Cherry #82225E

Tints of Rose Bud Cherry #82225E

Color information

#82225E (or 0x82225E) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 22 and 5E. RGB value is (130,34,94). Sum of RGB (Red+Green+Blue) = 130+34+94=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #82225E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82225E is #7DDDA1. Grayscale: #454545. Windows color (decimal): -8248738 or 6169218. OLE color: 6169218.

HSL color Cylindrical-coordinate representation of color #82225E: hue angle of 322.5º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #82225E is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB1303494-
CMYK00.740.280.49
HSL322.5º58.54%32.16%-
HSV(B)322.5º73.85%50.98%-
XYZ11.86.711.26-
YUV69.54141.8171.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.39%
GREEN value IS 34 (13.67% from 255) = 13.18%
BLUE value IS 94 (37.11% from 255) = 36.43%
R=50.39%
G=13.18%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130349400.740.280.49322.558.5432.16
Hex82225E04A1C311423b20
Octal20242136011234615027340
Binary1000001010001010111100100101011100110001101000010111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82225E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82225E; }

 p { color: rgb(130,34,94); }

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

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

 a { background-color: rgb(130,34,94); }

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

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

 span { border-color: rgb(130,34,94); }

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