#82205F

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

Shades of Rose Bud Cherry #82205F

Tints of Rose Bud Cherry #82205F

Color information

#82205F (or 0x82205F) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 20 and 5F. RGB value is (130,32,95). Sum of RGB (Red+Green+Blue) = 130+32+95=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #82205F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82205F is #7DDFA0. Grayscale: #444444. Windows color (decimal): -8249249 or 6234242. OLE color: 6234242.

HSL color Cylindrical-coordinate representation of color #82205F: hue angle of 321.43º 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 #82205F is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB1303295-
CMYK00.750.270.49
HSL321.43º60.49%31.76%-
HSV(B)321.43º75.38%50.98%-
XYZ11.796.6111.48-
YUV68.48142.97171.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.58%
GREEN value IS 32 (12.89% from 255) = 12.45%
BLUE value IS 95 (37.5% from 255) = 36.96%
R=50.58%
G=12.45%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130329500.750.270.49321.4360.4931.76
Hex82205F04B1B311413c20
Octal20240137011333615017440
Binary1000001010000010111110100101111011110001101000001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82205F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82205F; }

 p { color: rgb(130,32,95); }

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

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

 a { background-color: rgb(130,32,95); }

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

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

 span { border-color: rgb(130,32,95); }

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