#821E51

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

Shades of Rose Bud Cherry #821E51

Tints of Rose Bud Cherry #821E51

Color information

#821E51 (or 0x821E51) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 1E and 51. RGB value is (130,30,81). Sum of RGB (Red+Green+Blue) = 130+30+81=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #821E51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821E51 is #7DE1AE. Grayscale: #414141. Windows color (decimal): -8249775 or 5316226. OLE color: 5316226.

HSL color Cylindrical-coordinate representation of color #821E51: hue angle of 329.4º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #821E51 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB1303081-
CMYK00.770.380.49
HSL329.4º62.5%31.37%-
HSV(B)329.4º76.92%50.98%-
XYZ11.166.278.41-
YUV65.71136.63173.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.94%
GREEN value IS 30 (12.11% from 255) = 12.45%
BLUE value IS 81 (32.03% from 255) = 33.61%
R=53.94%
G=12.45%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130308100.770.380.49329.462.531.37
Hex821E5104D26311493e1f
Octal20236121011546615117637
Binary100000101111010100010100110110011011000110100100111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821E51; }

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

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

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

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

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

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

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

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