#540B09

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

Shades of Red Oxide #540B09

Tints of Red Oxide #540B09

Color information

#540B09 (or 0x540B09) is unknown color: approx Red Oxide. HEX triplet: 54, 0B and 09. RGB value is (84,11,9). Sum of RGB (Red+Green+Blue) = 84+11+9=104 (13% of max value = 765). Red value is 84 (33.20% from 255 or 80.77% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 84 - color contains mainly: red. Hex color #540B09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #540B09 is #ABF4F6. Grayscale: #202020. Windows color (decimal): -11269367 or 592724. OLE color: 592724.

HSL color Cylindrical-coordinate representation of color #540B09: hue angle of 1.6º 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 #540B09 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB84119-
CMYK00.870.890.67
HSL1.6º80.65%18.24%-
HSV(B)1.6º89.29%32.94%-
XYZ3.832.140.47-
YUV32.6114.68164.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 80.77%
GREEN value IS 11 (4.69% from 255) = 10.58%
BLUE value IS 9 (3.91% from 255) = 8.65%
R=80.77%
G=10.58%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8411900.870.890.671.680.6518.24
Hex54B9057594325112
Octal12413110127131103212122
Binary101010010111001010101111011001100001110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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