#50090F

Color #50090F Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #50090F

Tints of Rustic Red #50090F

Color information

#50090F (or 0x50090F) is unknown color: approx Rustic Red. HEX triplet: 50, 09 and 0F. RGB value is (80,9,15). Sum of RGB (Red+Green+Blue) = 80+9+15=104 (13% of max value = 765). Red value is 80 (31.64% from 255 or 76.92% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 80 - color contains mainly: red. Hex color #50090F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50090F is #AFF6F0. Grayscale: #1E1E1E. Windows color (decimal): -11532017 or 985424. OLE color: 985424.

HSL color Cylindrical-coordinate representation of color #50090F: hue angle of 354.93º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #50090F is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB80915-
CMYK00.890.810.69
HSL354.93º79.78%17.45%-
HSV(B)354.93º88.75%31.37%-
XYZ3.491.940.64-
YUV30.91119.02163.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 76.92%
GREEN value IS 9 (3.91% from 255) = 8.65%
BLUE value IS 15 (6.25% from 255) = 14.42%
R=76.92%
G=8.65%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8091500.890.810.69354.9379.7817.45
Hex509F05951451635011
Octal1201117013112110554312021
Binary1010000100111110101100110100011000101101100011101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50090F; }

 p { color: rgb(80,9,15); }

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

<style>
 a { background-color: #50090F; }

 a { background-color: rgb(80,9,15); }

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

<style>
 span { border-color: #50090F; }

 span { border-color: rgb(80,9,15); }

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