#540404

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

Shades of Red Oxide #540404

Tints of Red Oxide #540404

Color information

#540404 (or 0x540404) is unknown color: approx Red Oxide. HEX triplet: 54, 04 and 04. RGB value is (84,4,4). Sum of RGB (Red+Green+Blue) = 84+4+4=92 (12% of max value = 765). Red value is 84 (33.20% from 255 or 91.30% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 4 (1.95% from 255 or 4.35% from 92); Max value from RGB is 84 - color contains mainly: red. Hex color #540404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540404 is #ABFBFB. Grayscale: #1C1C1C. Windows color (decimal): -11271164 or 263252. OLE color: 263252.

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

Color convert

RGB8444-
CMYK00.950.950.67
HSL90.91%17.25%-
HSV(B)95.24%32.94%-
XYZ3.721.980.3-
YUV27.92114.5168-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 91.30%
GREEN value IS 4 (1.95% from 255) = 4.35%
BLUE value IS 4 (1.95% from 255) = 4.35%
R=91.30%
G=4.35%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal844400.950.950.67090.9117.25
Hex544405F5F4305b11
Octal124440137137103013321
Binary101010010010001011111101111110000110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540404; }

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

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

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

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

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

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

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

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