#821553

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

Shades of Rose Bud Cherry #821553

Tints of Rose Bud Cherry #821553

Color information

#821553 (or 0x821553) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 15 and 53. RGB value is (130,21,83). Sum of RGB (Red+Green+Blue) = 130+21+83=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #821553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821553 is #7DEAAC. Grayscale: #3C3C3C. Windows color (decimal): -8252077 or 5444994. OLE color: 5444994.

HSL color Cylindrical-coordinate representation of color #821553: hue angle of 325.87º 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 #821553 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB1302183-
CMYK00.840.360.49
HSL325.87º72.19%29.61%-
HSV(B)325.87º83.85%50.98%-
XYZ11.045.918.74-
YUV60.66140.61177.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.56%
GREEN value IS 21 (8.59% from 255) = 8.97%
BLUE value IS 83 (32.81% from 255) = 35.47%
R=55.56%
G=8.97%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130218300.840.360.49325.8772.1929.61
Hex8215530542431146481e
Octal202251230124446150611036
Binary1000001010101101001101010100100100110001101000110100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821553; }

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

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

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

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

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

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

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

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