#821A5A

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

Shades of Rose Bud Cherry #821A5A

Tints of Rose Bud Cherry #821A5A

Color information

#821A5A (or 0x821A5A) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 1A and 5A. RGB value is (130,26,90). Sum of RGB (Red+Green+Blue) = 130+26+90=246 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.85% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 130 - color contains mainly: red. Hex color #821A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821A5A is #7DE5A5. Grayscale: #404040. Windows color (decimal): -8250790 or 5905026. OLE color: 5905026.

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

Color convert

RGB1302690-
CMYK00.80.310.49
HSL323.08º66.67%30.59%-
HSV(B)323.08º80%50.98%-
XYZ11.426.2210.27-
YUV64.39142.46174.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.85%
GREEN value IS 26 (10.55% from 255) = 10.57%
BLUE value IS 90 (35.55% from 255) = 36.59%
R=52.85%
G=10.57%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130269000.80.310.49323.0866.6730.59
Hex821A5A0501F31143431f
Octal202321320120376150310337
Binary100000101101010110100101000011111110001101000011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,26,90); }

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

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

 a { background-color: rgb(130,26,90); }

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

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

 span { border-color: rgb(130,26,90); }

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