#80205A

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

Shades of Rose Bud Cherry #80205A

Tints of Rose Bud Cherry #80205A

Color information

#80205A (or 0x80205A) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 20 and 5A. RGB value is (128,32,90). Sum of RGB (Red+Green+Blue) = 128+32+90=250 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.2% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 128 - color contains mainly: red. Hex color #80205A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80205A is #7FDFA5. Grayscale: #434343. Windows color (decimal): -8380326 or 5906560. OLE color: 5906560.

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

Color convert

RGB1283290-
CMYK00.750.300.50
HSL323.75º60%31.37%-
HSV(B)323.75º75%50.2%-
XYZ11.266.3610.31-
YUV67.32140.8171.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.2%
GREEN value IS 32 (12.89% from 255) = 12.8%
BLUE value IS 90 (35.55% from 255) = 36%
R=51.2%
G=12.8%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128329000.750.300.50323.756031.37
Hex80205A04B1E321443c1f
Octal20040132011336625047437
Binary100000001000001011010010010111111011001010100010011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80205A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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