#501710

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

Shades of Red Oxide #501710

Tints of Red Oxide #501710

Color information

#501710 (or 0x501710) is unknown color: approx Red Oxide. HEX triplet: 50, 17 and 10. RGB value is (80,23,16). Sum of RGB (Red+Green+Blue) = 80+23+16=119 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.23% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 80 - color contains mainly: red. Hex color #501710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501710 is #AFE8EF. Grayscale: #272727. Windows color (decimal): -11528432 or 1054544. OLE color: 1054544.

HSL color Cylindrical-coordinate representation of color #501710: hue angle of 6.56º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501710 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB802316-
CMYK00.710.800.69
HSL6.56º66.67%18.82%-
HSV(B)6.56º80%31.37%-
XYZ3.712.360.75-
YUV39.24114.88157.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 67.23%
GREEN value IS 23 (9.38% from 255) = 19.33%
BLUE value IS 16 (6.64% from 255) = 13.45%
R=67.23%
G=19.33%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80231600.710.800.696.5666.6718.82
Hex501710047504574313
Octal12027200107120105710323
Binary101000010111100000100011110100001000101111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501710; }

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

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

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

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

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

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

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

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