#821254

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

Shades of Rose Bud Cherry #821254

Tints of Rose Bud Cherry #821254

Color information

#821254 (or 0x821254) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 12 and 54. RGB value is (130,18,84). Sum of RGB (Red+Green+Blue) = 130+18+84=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #821254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821254 is #7DEDAB. Grayscale: #3A3A3A. Windows color (decimal): -8252844 or 5509762. OLE color: 5509762.

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

Color convert

RGB1301884-
CMYK00.860.350.49
HSL324.64º75.68%29.02%-
HSV(B)324.64º86.15%50.98%-
XYZ11.025.828.93-
YUV59.01142.11178.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.03%
GREEN value IS 18 (7.42% from 255) = 7.76%
BLUE value IS 84 (33.20% from 255) = 36.21%
R=56.03%
G=7.76%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130188400.860.350.49324.6475.6829.02
Hex82125405623311454c1d
Octal202221240126436150511435
Binary1000001010010101010001010110100011110001101000101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821254; }

 p { color: rgb(130,18,84); }

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

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

 a { background-color: rgb(130,18,84); }

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

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

 span { border-color: rgb(130,18,84); }

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