#50170E

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

Shades of Red Oxide #50170E

Tints of Red Oxide #50170E

Color information

#50170E (or 0x50170E) is unknown color: approx Red Oxide. HEX triplet: 50, 17 and 0E. RGB value is (80,23,14). Sum of RGB (Red+Green+Blue) = 80+23+14=117 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.38% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 80 - color contains mainly: red. Hex color #50170E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50170E is #AFE8F1. Grayscale: #272727. Windows color (decimal): -11528434 or 923472. OLE color: 923472.

HSL color Cylindrical-coordinate representation of color #50170E: hue angle of 8.18º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50170E is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB802314-
CMYK00.710.830.69
HSL8.18º70.21%18.43%-
HSV(B)8.18º82.5%31.37%-
XYZ3.692.350.67-
YUV39.02113.88157.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 68.38%
GREEN value IS 23 (9.38% from 255) = 19.66%
BLUE value IS 14 (5.86% from 255) = 11.97%
R=68.38%
G=19.66%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.83
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80231400.710.830.698.1870.2118.43
Hex5017E047534584612
Octal120271601071231051010622
Binary101000010111111001000111101001110001011000100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50170E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,23,14); }

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

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

 a { background-color: rgb(80,23,14); }

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

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

 span { border-color: rgb(80,23,14); }

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