#821451

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

Shades of Rose Bud Cherry #821451

Tints of Rose Bud Cherry #821451

Color information

#821451 (or 0x821451) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 14 and 51. RGB value is (130,20,81). Sum of RGB (Red+Green+Blue) = 130+20+81=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #821451 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821451 is #7DEBAE. Grayscale: #3B3B3B. Windows color (decimal): -8252335 or 5313666. OLE color: 5313666.

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

Color convert

RGB1302081-
CMYK00.850.380.49
HSL326.73º73.33%29.41%-
HSV(B)326.73º84.62%50.98%-
XYZ10.945.848.34-
YUV59.84139.94178.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 56.28%
GREEN value IS 20 (8.20% from 255) = 8.66%
BLUE value IS 81 (32.03% from 255) = 35.06%
R=56.28%
G=8.66%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130208100.850.380.49326.7373.3329.41
Hex8214510552631147491d
Octal202241210125466150711135
Binary1000001010100101000101010101100110110001101000111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821451; }

 p { color: rgb(130,20,81); }

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

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

 a { background-color: rgb(130,20,81); }

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

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

 span { border-color: rgb(130,20,81); }

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