#80305A

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

Shades of Rose Bud Cherry #80305A

Tints of Rose Bud Cherry #80305A

Color information

#80305A (or 0x80305A) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 30 and 5A. RGB value is (128,48,90). Sum of RGB (Red+Green+Blue) = 128+48+90=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #80305A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80305A is #7FCFA5. Grayscale: #4C4C4C. Windows color (decimal): -8376230 or 5910656. OLE color: 5910656.

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

Color convert

RGB1284890-
CMYK00.620.300.50
HSL328.5º45.45%34.51%-
HSV(B)328.5º62.5%50.2%-
XYZ11.87.4410.49-
YUV76.71135.5164.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 48.12%
GREEN value IS 48 (19.14% from 255) = 18.05%
BLUE value IS 90 (35.55% from 255) = 33.83%
R=48.12%
G=18.05%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128489000.620.300.50328.545.4534.51
Hex80305A03E1E321482d23
Octal2006013207636625105543
Binary100000001100001011010011111011110110010101001000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80305A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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