#541304

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

Shades of Red Oxide #541304

Tints of Red Oxide #541304

Color information

#541304 (or 0x541304) is unknown color: approx Red Oxide. HEX triplet: 54, 13 and 04. RGB value is (84,19,4). Sum of RGB (Red+Green+Blue) = 84+19+4=107 (14% of max value = 765). Red value is 84 (33.20% from 255 or 78.50% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 84 - color contains mainly: red. Hex color #541304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541304 is #ABECFB. Grayscale: #242424. Windows color (decimal): -11267324 or 267092. OLE color: 267092.

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

Color convert

RGB84194-
CMYK00.770.950.67
HSL11.25º90.91%17.25%-
HSV(B)11.25º95.24%32.94%-
XYZ3.912.360.36-
YUV36.72109.53161.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 78.50%
GREEN value IS 19 (7.81% from 255) = 17.76%
BLUE value IS 4 (1.95% from 255) = 3.74%
R=78.50%
G=17.76%
B=3.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8419400.770.950.6711.2590.9117.25
Hex5413404D5F43b5b11
Octal12423401151371031313321
Binary10101001001110001001101101111110000111011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541304; }

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

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

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

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

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

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

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

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