#540E0A

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

Shades of Red Oxide #540E0A

Tints of Red Oxide #540E0A

Color information

#540E0A (or 0x540E0A) is unknown color: approx Red Oxide. HEX triplet: 54, 0E and 0A. RGB value is (84,14,10). Sum of RGB (Red+Green+Blue) = 84+14+10=108 (14% of max value = 765). Red value is 84 (33.20% from 255 or 77.78% from 108); Green value is 14 (5.86% from 255 or 12.96% from 108); Blue value is 10 (4.30% from 255 or 9.26% from 108); Max value from RGB is 84 - color contains mainly: red. Hex color #540E0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540E0A is #ABF1F5. Grayscale: #222222. Windows color (decimal): -11268598 or 659028. OLE color: 659028.

HSL color Cylindrical-coordinate representation of color #540E0A: hue angle of 3.24º degrees, saturation: 0.79, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #540E0A is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB841410-
CMYK00.830.880.67
HSL3.24º78.72%18.43%-
HSV(B)3.24º88.1%32.94%-
XYZ3.872.220.51-
YUV34.47114.19163.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 77.78%
GREEN value IS 14 (5.86% from 255) = 12.96%
BLUE value IS 10 (4.30% from 255) = 9.26%
R=77.78%
G=12.96%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84141000.830.880.673.2478.7218.43
Hex54EA053584334f12
Octal12416120123130103311722
Binary101010011101010010100111011000100001111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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