#511006

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

Shades of Red Oxide #511006

Tints of Red Oxide #511006

Color information

#511006 (or 0x511006) is unknown color: approx Red Oxide. HEX triplet: 51, 10 and 06. RGB value is (81,16,6). Sum of RGB (Red+Green+Blue) = 81+16+6=103 (13% of max value = 765). Red value is 81 (32.03% from 255 or 78.64% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 81 - color contains mainly: red. Hex color #511006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511006 is #AEEFF9. Grayscale: #222222. Windows color (decimal): -11464698 or 397393. OLE color: 397393.

HSL color Cylindrical-coordinate representation of color #511006: hue angle of 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 #511006 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB81166-
CMYK00.800.930.68
HSL86.21%17.06%-
HSV(B)92.59%31.76%-
XYZ3.612.130.39-
YUV34.29112.03161.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 78.64%
GREEN value IS 16 (6.64% from 255) = 15.53%
BLUE value IS 6 (2.73% from 255) = 5.83%
R=78.64%
G=15.53%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8116600.800.930.68886.2117.06
Hex511060505D4485611
Octal12120601201351041012621
Binary10100011000011001010000101110110001001000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511006; }

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

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

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

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

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

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

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

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