#541204

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

Shades of Red Oxide #541204

Tints of Red Oxide #541204

Color information

#541204 (or 0x541204) is unknown color: approx Red Oxide. HEX triplet: 54, 12 and 04. RGB value is (84,18,4). Sum of RGB (Red+Green+Blue) = 84+18+4=106 (14% of max value = 765). Red value is 84 (33.20% from 255 or 79.25% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 84 - color contains mainly: red. Hex color #541204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541204 is #ABEDFB. Grayscale: #242424. Windows color (decimal): -11267580 or 266836. OLE color: 266836.

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

Color convert

RGB84184-
CMYK00.790.950.67
HSL10.5º90.91%17.25%-
HSV(B)10.5º95.24%32.94%-
XYZ3.892.330.36-
YUV36.14109.87162.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 79.25%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 4 (1.95% from 255) = 3.77%
R=79.25%
G=16.98%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8418400.790.950.6710.590.9117.25
Hex5412404F5F43a5b11
Octal12422401171371031213321
Binary10101001001010001001111101111110000111010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541204; }

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

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

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

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

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

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

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

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