#541A15

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

Shades of Red Oxide #541A15

Tints of Red Oxide #541A15

Color information

#541A15 (or 0x541A15) is unknown color: approx Red Oxide. HEX triplet: 54, 1A and 15. RGB value is (84,26,21). Sum of RGB (Red+Green+Blue) = 84+26+21=131 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.12% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 84 - color contains mainly: red. Hex color #541A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541A15 is #ABE5EA. Grayscale: #2A2A2A. Windows color (decimal): -11265515 or 1382996. OLE color: 1382996.

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

Color convert

RGB842621-
CMYK00.690.750.67
HSL4.76º60%20.59%-
HSV(B)4.76º75%32.94%-
XYZ4.162.681.01-
YUV42.77115.72157.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 64.12%
GREEN value IS 26 (10.55% from 255) = 19.85%
BLUE value IS 21 (8.59% from 255) = 16.03%
R=64.12%
G=19.85%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84262100.690.750.674.766020.59
Hex541A150454B4353c15
Octal1243225010511310357425
Binary10101001101010101010001011001011100001110111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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