#540900

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

Shades of Red Oxide #540900

Tints of Red Oxide #540900

Color information

#540900 (or 0x540900) is unknown color: approx Red Oxide. HEX triplet: 54, 09 and 00. RGB value is (84,9,0). Sum of RGB (Red+Green+Blue) = 84+9+0=93 (12% of max value = 765). Red value is 84 (33.20% from 255 or 90.32% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 84 - color contains mainly: red. Hex color #540900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540900 is #ABF6FF. Grayscale: #1E1E1E. Windows color (decimal): -11269888 or 2388. OLE color: 2388.

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

Color convert

RGB8490-
CMYK00.8910.67
HSL6.43º100%16.47%-
HSV(B)6.43º100%32.94%-
XYZ3.752.080.2-
YUV30.4110.85166.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 90.32%
GREEN value IS 9 (3.91% from 255) = 9.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.32%
G=9.68%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal849000.8910.676.4310016.47
Hex5490059644366410
Octal1241100131144103614420
Binary1010100100100101100111001001000011110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540900; }

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

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

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

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

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

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

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

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