#541B16

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

Shades of Red Oxide #541B16

Tints of Red Oxide #541B16

Color information

#541B16 (or 0x541B16) is unknown color: approx Red Oxide. HEX triplet: 54, 1B and 16. RGB value is (84,27,22). Sum of RGB (Red+Green+Blue) = 84+27+22=133 (17% of max value = 765). Red value is 84 (33.20% from 255 or 63.16% from 133); Green value is 27 (10.94% from 255 or 20.30% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 84 - color contains mainly: red. Hex color #541B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541B16 is #ABE4E9. Grayscale: #2B2B2B. Windows color (decimal): -11265258 or 1448788. OLE color: 1448788.

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

Color convert

RGB842722-
CMYK00.680.740.67
HSL4.84º58.49%20.78%-
HSV(B)4.84º73.81%32.94%-
XYZ4.192.731.06-
YUV43.47115.88156.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 63.16%
GREEN value IS 27 (10.94% from 255) = 20.30%
BLUE value IS 22 (8.98% from 255) = 16.54%
R=63.16%
G=20.30%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84272200.680.740.674.8458.4920.78
Hex541B160444A4353a15
Octal1243326010411210357225
Binary10101001101110110010001001001010100001110111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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