#541309

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

Shades of Red Oxide #541309

Tints of Red Oxide #541309

Color information

#541309 (or 0x541309) is unknown color: approx Red Oxide. HEX triplet: 54, 13 and 09. RGB value is (84,19,9). Sum of RGB (Red+Green+Blue) = 84+19+9=112 (14% of max value = 765). Red value is 84 (33.20% from 255 or 75% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 84 - color contains mainly: red. Hex color #541309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541309 is #ABECF6. Grayscale: #252525. Windows color (decimal): -11267319 or 594772. OLE color: 594772.

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

Color convert

RGB84199-
CMYK00.770.890.67
HSL80.65%18.24%-
HSV(B)89.29%32.94%-
XYZ3.942.370.51-
YUV37.3112.03161.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 75%
GREEN value IS 19 (7.81% from 255) = 16.96%
BLUE value IS 9 (3.91% from 255) = 8.04%
R=75%
G=16.96%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8419900.770.890.67880.6518.24
Hex5413904D594385112
Octal124231101151311031012122
Binary101010010011100101001101101100110000111000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541309; }

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

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

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

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

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

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

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

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