#541A10

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

Shades of Red Oxide #541A10

Tints of Red Oxide #541A10

Color information

#541A10 (or 0x541A10) is unknown color: approx Red Oxide. HEX triplet: 54, 1A and 10. RGB value is (84,26,16). Sum of RGB (Red+Green+Blue) = 84+26+16=126 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.67% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 84 - color contains mainly: red. Hex color #541A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541A10 is #ABE5EF. Grayscale: #2A2A2A. Windows color (decimal): -11265520 or 1055316. OLE color: 1055316.

HSL color Cylindrical-coordinate representation of color #541A10: hue angle of 8.82º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #541A10 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB842616-
CMYK00.690.810.67
HSL8.82º68%19.61%-
HSV(B)8.82º80.95%32.94%-
XYZ4.122.660.79-
YUV42.2113.22157.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 66.67%
GREEN value IS 26 (10.55% from 255) = 20.63%
BLUE value IS 16 (6.64% from 255) = 12.70%
R=66.67%
G=20.63%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84261600.690.810.678.826819.61
Hex541A10045514394414
Octal124322001051211031110424
Binary1010100110101000001000101101000110000111001100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541A10; }

 p { color: rgb(84,26,16); }

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

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

 a { background-color: rgb(84,26,16); }

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

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

 span { border-color: rgb(84,26,16); }

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