#540E09

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

Shades of Red Oxide #540E09

Tints of Red Oxide #540E09

Color information

#540E09 (or 0x540E09) is unknown color: approx Red Oxide. HEX triplet: 54, 0E and 09. RGB value is (84,14,9). Sum of RGB (Red+Green+Blue) = 84+14+9=107 (14% of max value = 765). Red value is 84 (33.20% from 255 or 78.50% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 84 - color contains mainly: red. Hex color #540E09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540E09 is #ABF1F6. Grayscale: #222222. Windows color (decimal): -11268599 or 593492. OLE color: 593492.

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

Color convert

RGB84149-
CMYK00.830.890.67
HSL80.65%18.24%-
HSV(B)89.29%32.94%-
XYZ3.862.220.48-
YUV34.36113.69163.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 78.50%
GREEN value IS 14 (5.86% from 255) = 13.08%
BLUE value IS 9 (3.91% from 255) = 8.41%
R=78.50%
G=13.08%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8414900.830.890.67480.6518.24
Hex54E9053594345112
Octal12416110123131103412122
Binary1010100111010010101001110110011000011100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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