#541B18

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

Shades of Red Oxide #541B18

Tints of Red Oxide #541B18

Color information

#541B18 (or 0x541B18) is unknown color: approx Red Oxide. HEX triplet: 54, 1B and 18. RGB value is (84,27,24). Sum of RGB (Red+Green+Blue) = 84+27+24=135 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.22% from 135); Green value is 27 (10.94% from 255 or 20% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 84 - color contains mainly: red. Hex color #541B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541B18 is #ABE4E7. Grayscale: #2B2B2B. Windows color (decimal): -11265256 or 1579860. OLE color: 1579860.

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

Color convert

RGB842724-
CMYK00.680.710.67
HSL55.56%21.18%-
HSV(B)71.43%32.94%-
XYZ4.212.731.17-
YUV43.7116.88156.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 62.22%
GREEN value IS 27 (10.94% from 255) = 20%
BLUE value IS 24 (9.77% from 255) = 17.78%
R=62.22%
G=20%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84272400.680.710.67355.5621.18
Hex541B18044474333815
Octal1243330010410710337025
Binary1010100110111100001000100100011110000111111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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