#511004

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

Shades of Red Oxide #511004

Tints of Red Oxide #511004

Color information

#511004 (or 0x511004) is unknown color: approx Red Oxide. HEX triplet: 51, 10 and 04. RGB value is (81,16,4). Sum of RGB (Red+Green+Blue) = 81+16+4=101 (13% of max value = 765). Red value is 81 (32.03% from 255 or 80.20% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 4 (1.95% from 255 or 3.96% from 101); Max value from RGB is 81 - color contains mainly: red. Hex color #511004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511004 is #AEEFFB. Grayscale: #222222. Windows color (decimal): -11464700 or 266321. OLE color: 266321.

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

Color convert

RGB81164-
CMYK00.800.950.68
HSL9.35º90.59%16.67%-
HSV(B)9.35º95.06%31.76%-
XYZ3.62.130.34-
YUV34.07111.03161.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 80.20%
GREEN value IS 16 (6.64% from 255) = 15.84%
BLUE value IS 4 (1.95% from 255) = 3.96%
R=80.20%
G=15.84%
B=3.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8116400.800.950.689.3590.5916.67
Hex511040505F4495b11
Octal12120401201371041113321
Binary10100011000010001010000101111110001001001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511004; }

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

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

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

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

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

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

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

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