#821A4E

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

Shades of Rose Bud Cherry #821A4E

Tints of Rose Bud Cherry #821A4E

Color information

#821A4E (or 0x821A4E) is unknown color: approx Rose Bud Cherry. HEX triplet: 82, 1A and 4E. RGB value is (130,26,78). Sum of RGB (Red+Green+Blue) = 130+26+78=234 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.56% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 130 - color contains mainly: red. Hex color #821A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #821A4E is #7DE5B1. Grayscale: #3E3E3E. Windows color (decimal): -8250802 or 5118594. OLE color: 5118594.

HSL color Cylindrical-coordinate representation of color #821A4E: hue angle of 330º 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 #821A4E is Cyan = 0, Magento = 0.8, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1302678-
CMYK00.80.400.49
HSL330º66.67%30.59%-
HSV(B)330º80%50.98%-
XYZ10.956.037.8-
YUV63.02136.46175.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 55.56%
GREEN value IS 26 (10.55% from 255) = 11.11%
BLUE value IS 78 (30.86% from 255) = 33.33%
R=55.56%
G=11.11%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130267800.80.400.4933066.6730.59
Hex821A4E050283114a431f
Octal202321160120506151210337
Binary1000001011010100111001010000101000110001101001010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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