#821F5B

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

Shades of Rose Bud Cherry #821F5B

Tints of Rose Bud Cherry #821F5B

Color information

#821F5B (or 0x821F5B) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 1F and 5B. RGB value is (130,31,91). Sum of RGB (Red+Green+Blue) = 130+31+91=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #821F5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821F5B is #7DE0A4. Grayscale: #434343. Windows color (decimal): -8249509 or 5971842. OLE color: 5971842.

HSL color Cylindrical-coordinate representation of color #821F5B: hue angle of 323.64º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #821F5B is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB1303191-
CMYK00.760.300.49
HSL323.64º61.49%31.57%-
HSV(B)323.64º76.15%50.98%-
XYZ11.586.4810.54-
YUV67.44141.3172.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.59%
GREEN value IS 31 (12.5% from 255) = 12.30%
BLUE value IS 91 (35.94% from 255) = 36.11%
R=51.59%
G=12.30%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130319100.760.300.49323.6461.4931.57
Hex821F5B04C1E311443d20
Octal20237133011436615047540
Binary100000101111110110110100110011110110001101000100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,31,91); }

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

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

 a { background-color: rgb(130,31,91); }

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

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

 span { border-color: rgb(130,31,91); }

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