#541809

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

Shades of Red Oxide #541809

Tints of Red Oxide #541809

Color information

#541809 (or 0x541809) is unknown color: approx Red Oxide. HEX triplet: 54, 18 and 09. RGB value is (84,24,9). Sum of RGB (Red+Green+Blue) = 84+24+9=117 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.79% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 9 (3.91% from 255 or 7.69% from 117); Max value from RGB is 84 - color contains mainly: red. Hex color #541809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541809 is #ABE7F6. Grayscale: #282828. Windows color (decimal): -11266039 or 596052. OLE color: 596052.

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

Color convert

RGB84249-
CMYK00.710.890.67
HSL12º80.65%18.24%-
HSV(B)12º89.29%32.94%-
XYZ4.032.560.54-
YUV40.23110.38159.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 71.79%
GREEN value IS 24 (9.77% from 255) = 20.51%
BLUE value IS 9 (3.91% from 255) = 7.69%
R=71.79%
G=20.51%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8424900.710.890.671280.6518.24
Hex541890475943c5112
Octal124301101071311031412122
Binary101010011000100101000111101100110000111100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541809; }

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

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

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

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

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

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

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

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