#50170D

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

Shades of Red Oxide #50170D

Tints of Red Oxide #50170D

Color information

#50170D (or 0x50170D) is unknown color: approx Red Oxide. HEX triplet: 50, 17 and 0D. RGB value is (80,23,13). Sum of RGB (Red+Green+Blue) = 80+23+13=116 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.97% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 80 - color contains mainly: red. Hex color #50170D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50170D is #AFE8F2. Grayscale: #272727. Windows color (decimal): -11528435 or 857936. OLE color: 857936.

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

Color convert

RGB802313-
CMYK00.710.840.69
HSL8.96º72.04%18.24%-
HSV(B)8.96º83.75%31.37%-
XYZ3.692.350.64-
YUV38.9113.38157.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 68.97%
GREEN value IS 23 (9.38% from 255) = 19.83%
BLUE value IS 13 (5.47% from 255) = 11.21%
R=68.97%
G=19.83%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80231300.710.840.698.9672.0418.24
Hex5017D047544594812
Octal120271501071241051111022
Binary101000010111110101000111101010010001011001100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50170D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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