#540906

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

Shades of Red Oxide #540906

Tints of Red Oxide #540906

Color information

#540906 (or 0x540906) is unknown color: approx Red Oxide. HEX triplet: 54, 09 and 06. RGB value is (84,9,6). Sum of RGB (Red+Green+Blue) = 84+9+6=99 (13% of max value = 765). Red value is 84 (33.20% from 255 or 84.85% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 6 (2.73% from 255 or 6.06% from 99); Max value from RGB is 84 - color contains mainly: red. Hex color #540906 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540906 is #ABF6F9. Grayscale: #1F1F1F. Windows color (decimal): -11269882 or 395604. OLE color: 395604.

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

Color convert

RGB8496-
CMYK00.890.930.67
HSL2.31º86.67%17.65%-
HSV(B)2.31º92.86%32.94%-
XYZ3.792.090.38-
YUV31.08113.85165.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 84.85%
GREEN value IS 9 (3.91% from 255) = 9.09%
BLUE value IS 6 (2.73% from 255) = 6.06%
R=84.85%
G=9.09%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal849600.890.930.672.3186.6717.65
Hex54960595D4325712
Octal1241160131135103212722
Binary10101001001110010110011011101100001110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540906; }

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

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

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

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

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

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

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

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