#500D06

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

Shades of Red Oxide #500D06

Tints of Red Oxide #500D06

Color information

#500D06 (or 0x500D06) is unknown color: approx Red Oxide. HEX triplet: 50, 0D and 06. RGB value is (80,13,6). Sum of RGB (Red+Green+Blue) = 80+13+6=99 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80.81% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 6 (2.73% from 255 or 6.06% from 99); Max value from RGB is 80 - color contains mainly: red. Hex color #500D06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500D06 is #AFF2F9. Grayscale: #202020. Windows color (decimal): -11531002 or 396624. OLE color: 396624.

HSL color Cylindrical-coordinate representation of color #500D06: hue angle of 5.68º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500D06 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB80136-
CMYK00.840.920.69
HSL5.68º86.05%16.86%-
HSV(B)5.68º92.5%31.37%-
XYZ3.492.010.38-
YUV32.24113.2162.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 80.81%
GREEN value IS 13 (5.47% from 255) = 13.13%
BLUE value IS 6 (2.73% from 255) = 6.06%
R=80.81%
G=13.13%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8013600.840.920.695.6886.0516.86
Hex50D60545C4565611
Octal1201560124134105612621
Binary101000011011100101010010111001000101110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500D06; }

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

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

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

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

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

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

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

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