#541B1A

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

Shades of Red Oxide #541B1A

Tints of Red Oxide #541B1A

Color information

#541B1A (or 0x541B1A) is unknown color: approx Red Oxide. HEX triplet: 54, 1B and 1A. RGB value is (84,27,26). Sum of RGB (Red+Green+Blue) = 84+27+26=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 27 (10.94% from 255 or 19.71% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #541B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541B1A is #ABE4E5. Grayscale: #2B2B2B. Windows color (decimal): -11265254 or 1710932. OLE color: 1710932.

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

Color convert

RGB842726-
CMYK00.680.690.67
HSL1.03º52.73%21.57%-
HSV(B)1.03º69.05%32.94%-
XYZ4.232.741.28-
YUV43.93117.88156.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 61.31%
GREEN value IS 27 (10.94% from 255) = 19.71%
BLUE value IS 26 (10.55% from 255) = 18.98%
R=61.31%
G=19.71%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84272600.680.690.671.0352.7321.57
Hex541B1A044454313516
Octal1243332010410510316526
Binary101010011011110100100010010001011000011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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