#541A12

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

Shades of Red Oxide #541A12

Tints of Red Oxide #541A12

Color information

#541A12 (or 0x541A12) is unknown color: approx Red Oxide. HEX triplet: 54, 1A and 12. RGB value is (84,26,18). Sum of RGB (Red+Green+Blue) = 84+26+18=128 (16% of max value = 765). Red value is 84 (33.20% from 255 or 65.62% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 84 - color contains mainly: red. Hex color #541A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541A12 is #ABE5ED. Grayscale: #2A2A2A. Windows color (decimal): -11265518 or 1186388. OLE color: 1186388.

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

Color convert

RGB842618-
CMYK00.690.790.67
HSL7.27º64.71%20%-
HSV(B)7.27º78.57%32.94%-
XYZ4.132.670.87-
YUV42.43114.22157.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 65.62%
GREEN value IS 26 (10.55% from 255) = 20.31%
BLUE value IS 18 (7.42% from 255) = 14.06%
R=65.62%
G=20.31%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84261800.690.790.677.2764.7120
Hex541A120454F4374114
Octal12432220105117103710124
Binary101010011010100100100010110011111000011111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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