#500F06

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

Shades of Red Oxide #500F06

Tints of Red Oxide #500F06

Color information

#500F06 (or 0x500F06) is unknown color: approx Red Oxide. HEX triplet: 50, 0F and 06. RGB value is (80,15,6). Sum of RGB (Red+Green+Blue) = 80+15+6=101 (13% of max value = 765). Red value is 80 (31.64% from 255 or 79.21% from 101); Green value is 15 (6.25% from 255 or 14.85% from 101); Blue value is 6 (2.73% from 255 or 5.94% from 101); Max value from RGB is 80 - color contains mainly: red. Hex color #500F06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500F06 is #AFF0F9. Grayscale: #212121. Windows color (decimal): -11530490 or 397136. OLE color: 397136.

HSL color Cylindrical-coordinate representation of color #500F06: hue angle of 7.3º 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 #500F06 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB80156-
CMYK00.810.920.69
HSL7.3º86.05%16.86%-
HSV(B)7.3º92.5%31.37%-
XYZ3.512.060.38-
YUV33.41112.53161.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 79.21%
GREEN value IS 15 (6.25% from 255) = 14.85%
BLUE value IS 6 (2.73% from 255) = 5.94%
R=79.21%
G=14.85%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal8015600.810.920.697.386.0516.86
Hex50F60515C4575611
Octal1201760121134105712621
Binary101000011111100101000110111001000101111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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