#541B12

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

Shades of Red Oxide #541B12

Tints of Red Oxide #541B12

Color information

#541B12 (or 0x541B12) is unknown color: approx Red Oxide. HEX triplet: 54, 1B and 12. RGB value is (84,27,18). Sum of RGB (Red+Green+Blue) = 84+27+18=129 (17% of max value = 765). Red value is 84 (33.20% from 255 or 65.12% from 129); Green value is 27 (10.94% from 255 or 20.93% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 84 - color contains mainly: red. Hex color #541B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541B12 is #ABE4ED. Grayscale: #2B2B2B. Windows color (decimal): -11265262 or 1186644. OLE color: 1186644.

HSL color Cylindrical-coordinate representation of color #541B12: hue angle of 8.18º 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 #541B12 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB842718-
CMYK00.680.790.67
HSL8.18º64.71%20%-
HSV(B)8.18º78.57%32.94%-
XYZ4.162.710.88-
YUV43.02113.88157.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 65.12%
GREEN value IS 27 (10.94% from 255) = 20.93%
BLUE value IS 18 (7.42% from 255) = 13.95%
R=65.12%
G=20.93%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84271800.680.790.678.1864.7120
Hex541B120444F4384114
Octal124332201041171031010124
Binary1010100110111001001000100100111110000111000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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