#511104

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

Shades of Red Oxide #511104

Tints of Red Oxide #511104

Color information

#511104 (or 0x511104) is unknown color: approx Red Oxide. HEX triplet: 51, 11 and 04. RGB value is (81,17,4). Sum of RGB (Red+Green+Blue) = 81+17+4=102 (13% of max value = 765). Red value is 81 (32.03% from 255 or 79.41% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 4 (1.95% from 255 or 3.92% from 102); Max value from RGB is 81 - color contains mainly: red. Hex color #511104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511104 is #AEEEFB. Grayscale: #222222. Windows color (decimal): -11464444 or 266577. OLE color: 266577.

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

Color convert

RGB81174-
CMYK00.790.950.68
HSL10.13º90.59%16.67%-
HSV(B)10.13º95.06%31.76%-
XYZ3.622.160.34-
YUV34.65110.7161.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 79.41%
GREEN value IS 17 (7.03% from 255) = 16.67%
BLUE value IS 4 (1.95% from 255) = 3.92%
R=79.41%
G=16.67%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8117400.790.950.6810.1390.5916.67
Hex5111404F5F44a5b11
Octal12121401171371041213321
Binary10100011000110001001111101111110001001010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511104; }

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

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

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

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

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

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

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

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