#80245E

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

Shades of Rose Bud Cherry #80245E

Tints of Rose Bud Cherry #80245E

Color information

#80245E (or 0x80245E) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 24 and 5E. RGB value is (128,36,94). Sum of RGB (Red+Green+Blue) = 128+36+94=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #80245E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80245E is #7FDBA1. Grayscale: #454545. Windows color (decimal): -8379298 or 6169728. OLE color: 6169728.

HSL color Cylindrical-coordinate representation of color #80245E: hue angle of 322.17º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80245E is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB1283694-
CMYK00.720.270.50
HSL322.17º56.1%32.16%-
HSV(B)322.17º71.88%50.2%-
XYZ11.556.6611.27-
YUV70.12141.48169.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 49.61%
GREEN value IS 36 (14.45% from 255) = 13.95%
BLUE value IS 94 (37.11% from 255) = 36.43%
R=49.61%
G=13.95%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128369400.720.270.50322.1756.132.16
Hex80245E0481B321423820
Octal20044136011033625027040
Binary1000000010010010111100100100011011110010101000010111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80245E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80245E; }

 p { color: rgb(128,36,94); }

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

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

 a { background-color: rgb(128,36,94); }

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

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

 span { border-color: rgb(128,36,94); }

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