#541409

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

Shades of Red Oxide #541409

Tints of Red Oxide #541409

Color information

#541409 (or 0x541409) is unknown color: approx Red Oxide. HEX triplet: 54, 14 and 09. RGB value is (84,20,9). Sum of RGB (Red+Green+Blue) = 84+20+9=113 (14% of max value = 765). Red value is 84 (33.20% from 255 or 74.34% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 9 (3.91% from 255 or 7.96% from 113); Max value from RGB is 84 - color contains mainly: red. Hex color #541409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541409 is #ABEBF6. Grayscale: #252525. Windows color (decimal): -11267063 or 595028. OLE color: 595028.

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

Color convert

RGB84209-
CMYK00.760.890.67
HSL8.8º80.65%18.24%-
HSV(B)8.8º89.29%32.94%-
XYZ3.962.40.51-
YUV37.88111.7160.89-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 74.34%
GREEN value IS 20 (8.20% from 255) = 17.70%
BLUE value IS 9 (3.91% from 255) = 7.96%
R=74.34%
G=17.70%
B=7.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8420900.760.890.678.880.6518.24
Hex5414904C594395112
Octal124241101141311031112122
Binary101010010100100101001100101100110000111001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541409; }

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

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

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

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

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

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

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

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