#511606

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

Shades of Red Oxide #511606

Tints of Red Oxide #511606

Color information

#511606 (or 0x511606) is unknown color: approx Red Oxide. HEX triplet: 51, 16 and 06. RGB value is (81,22,6). Sum of RGB (Red+Green+Blue) = 81+22+6=109 (14% of max value = 765). Red value is 81 (32.03% from 255 or 74.31% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 81 - color contains mainly: red. Hex color #511606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511606 is #AEE9F9. Grayscale: #252525. Windows color (decimal): -11463162 or 398929. OLE color: 398929.

HSL color Cylindrical-coordinate representation of color #511606: hue angle of 12.8º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #511606 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB81226-
CMYK00.730.930.68
HSL12.8º86.21%17.06%-
HSV(B)12.8º92.59%31.76%-
XYZ3.712.340.43-
YUV37.82110.05158.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 74.31%
GREEN value IS 22 (8.98% from 255) = 20.18%
BLUE value IS 6 (2.73% from 255) = 5.50%
R=74.31%
G=20.18%
B=5.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8122600.730.930.6812.886.2117.06
Hex511660495D44d5611
Octal12126601111351041512621
Binary10100011011011001001001101110110001001101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511606; }

 p { color: rgb(81,22,6); }

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

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

 a { background-color: rgb(81,22,6); }

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

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

 span { border-color: rgb(81,22,6); }

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