#821555

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

Shades of Rose Bud Cherry #821555

Tints of Rose Bud Cherry #821555

Color information

#821555 (or 0x821555) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 15 and 55. RGB value is (130,21,85). Sum of RGB (Red+Green+Blue) = 130+21+85=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #821555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821555 is #7DEAAA. Grayscale: #3C3C3C. Windows color (decimal): -8252075 or 5576066. OLE color: 5576066.

HSL color Cylindrical-coordinate representation of color #821555: hue angle of 324.77º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821555 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB1302185-
CMYK00.840.350.49
HSL324.77º72.19%29.61%-
HSV(B)324.77º83.85%50.98%-
XYZ11.115.949.15-
YUV60.89141.61177.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.08%
GREEN value IS 21 (8.59% from 255) = 8.90%
BLUE value IS 85 (33.59% from 255) = 36.02%
R=55.08%
G=8.90%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130218500.840.350.49324.7772.1929.61
Hex8215550542331145481e
Octal202251250124436150511036
Binary1000001010101101010101010100100011110001101000101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821555; }

 p { color: rgb(130,21,85); }

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

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

 a { background-color: rgb(130,21,85); }

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

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

 span { border-color: rgb(130,21,85); }

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