#541A13

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

Shades of Red Oxide #541A13

Tints of Red Oxide #541A13

Color information

#541A13 (or 0x541A13) is unknown color: approx Red Oxide. HEX triplet: 54, 1A and 13. RGB value is (84,26,19). Sum of RGB (Red+Green+Blue) = 84+26+19=129 (17% of max value = 765). Red value is 84 (33.20% from 255 or 65.12% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 84 - color contains mainly: red. Hex color #541A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541A13 is #ABE5EC. Grayscale: #2A2A2A. Windows color (decimal): -11265517 or 1251924. OLE color: 1251924.

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

Color convert

RGB842619-
CMYK00.690.770.67
HSL6.46º63.11%20.2%-
HSV(B)6.46º77.38%32.94%-
XYZ4.142.670.91-
YUV42.54114.72157.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 65.12%
GREEN value IS 26 (10.55% from 255) = 20.16%
BLUE value IS 19 (7.81% from 255) = 14.73%
R=65.12%
G=20.16%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84261900.690.770.676.4663.1120.2
Hex541A130454D4363f14
Octal1243223010511510367724
Binary10101001101010011010001011001101100001111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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