#540A04

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

Shades of Red Oxide #540A04

Tints of Red Oxide #540A04

Color information

#540A04 (or 0x540A04) is unknown color: approx Red Oxide. HEX triplet: 54, 0A and 04. RGB value is (84,10,4). Sum of RGB (Red+Green+Blue) = 84+10+4=98 (12% of max value = 765). Red value is 84 (33.20% from 255 or 85.71% from 98); Green value is 10 (4.30% from 255 or 10.20% from 98); Blue value is 4 (1.95% from 255 or 4.08% from 98); Max value from RGB is 84 - color contains mainly: red. Hex color #540A04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540A04 is #ABF5FB. Grayscale: #1F1F1F. Windows color (decimal): -11269628 or 264788. OLE color: 264788.

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

Color convert

RGB84104-
CMYK00.880.950.67
HSL4.5º90.91%17.25%-
HSV(B)4.5º95.24%32.94%-
XYZ3.792.110.32-
YUV31.44112.52165.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 85.71%
GREEN value IS 10 (4.30% from 255) = 10.20%
BLUE value IS 4 (1.95% from 255) = 4.08%
R=85.71%
G=10.20%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8410400.880.950.674.590.9117.25
Hex54A40585F4345b11
Octal1241240130137103413321
Binary101010010101000101100010111111000011100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540A04; }

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

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

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

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

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

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

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

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