#50160F

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

Shades of Red Oxide #50160F

Tints of Red Oxide #50160F

Color information

#50160F (or 0x50160F) is unknown color: approx Red Oxide. HEX triplet: 50, 16 and 0F. RGB value is (80,22,15). Sum of RGB (Red+Green+Blue) = 80+22+15=117 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.38% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 80 - color contains mainly: red. Hex color #50160F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50160F is #AFE9F0. Grayscale: #262626. Windows color (decimal): -11528689 or 988752. OLE color: 988752.

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

Color convert

RGB802215-
CMYK00.720.810.69
HSL6.46º68.42%18.63%-
HSV(B)6.46º81.25%31.37%-
XYZ3.682.310.7-
YUV38.54114.72157.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 68.38%
GREEN value IS 22 (8.98% from 255) = 18.80%
BLUE value IS 15 (6.25% from 255) = 12.82%
R=68.38%
G=18.80%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80221500.720.810.696.4668.4218.63
Hex5016F048514564413
Octal12026170110121105610423
Binary10100001011011110100100010100011000101110100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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