#80215A

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

Shades of Rose Bud Cherry #80215A

Tints of Rose Bud Cherry #80215A

Color information

#80215A (or 0x80215A) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 21 and 5A. RGB value is (128,33,90). Sum of RGB (Red+Green+Blue) = 128+33+90=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #80215A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80215A is #7FDEA5. Grayscale: #434343. Windows color (decimal): -8380070 or 5906816. OLE color: 5906816.

HSL color Cylindrical-coordinate representation of color #80215A: hue angle of 324º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80215A is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB1283390-
CMYK00.740.300.50
HSL324º59.01%31.57%-
HSV(B)324º74.22%50.2%-
XYZ11.296.4210.32-
YUV67.9140.47170.87-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.00%
GREEN value IS 33 (13.28% from 255) = 13.15%
BLUE value IS 90 (35.55% from 255) = 35.86%
R=51.00%
G=13.15%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128339000.740.300.5032459.0131.57
Hex80215A04A1E321443b20
Octal20041132011236625047340
Binary1000000010000110110100100101011110110010101000100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80215A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80215A; }

 p { color: rgb(128,33,90); }

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

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

 a { background-color: rgb(128,33,90); }

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

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

 span { border-color: rgb(128,33,90); }

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