#541509

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

Shades of Red Oxide #541509

Tints of Red Oxide #541509

Color information

#541509 (or 0x541509) is unknown color: approx Red Oxide. HEX triplet: 54, 15 and 09. RGB value is (84,21,9). Sum of RGB (Red+Green+Blue) = 84+21+9=114 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.68% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 9 (3.91% from 255 or 7.89% from 114); Max value from RGB is 84 - color contains mainly: red. Hex color #541509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541509 is #ABEAF6. Grayscale: #262626. Windows color (decimal): -11266807 or 595284. OLE color: 595284.

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

Color convert

RGB84219-
CMYK00.750.890.67
HSL9.6º80.65%18.24%-
HSV(B)9.6º89.29%32.94%-
XYZ3.972.440.52-
YUV38.47111.37160.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 73.68%
GREEN value IS 21 (8.59% from 255) = 18.42%
BLUE value IS 9 (3.91% from 255) = 7.89%
R=73.68%
G=18.42%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8421900.750.890.679.680.6518.24
Hex5415904B5943a5112
Octal124251101131311031212122
Binary101010010101100101001011101100110000111010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541509; }

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

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

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

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

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

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

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

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