#511304

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

Shades of Red Oxide #511304

Tints of Red Oxide #511304

Color information

#511304 (or 0x511304) is unknown color: approx Red Oxide. HEX triplet: 51, 13 and 04. RGB value is (81,19,4). Sum of RGB (Red+Green+Blue) = 81+19+4=104 (13% of max value = 765). Red value is 81 (32.03% from 255 or 77.88% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 4 (1.95% from 255 or 3.85% from 104); Max value from RGB is 81 - color contains mainly: red. Hex color #511304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511304 is #AEECFB. Grayscale: #232323. Windows color (decimal): -11463932 or 267089. OLE color: 267089.

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

Color convert

RGB81194-
CMYK00.770.950.68
HSL11.69º90.59%16.67%-
HSV(B)11.69º95.06%31.76%-
XYZ3.652.220.35-
YUV35.83110.04160.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 77.88%
GREEN value IS 19 (7.81% from 255) = 18.27%
BLUE value IS 4 (1.95% from 255) = 3.85%
R=77.88%
G=18.27%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8119400.770.950.6811.6990.5916.67
Hex5113404D5F44c5b11
Octal12123401151371041413321
Binary10100011001110001001101101111110001001100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511304; }

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

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

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

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

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

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

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

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