#541B11

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

Shades of Red Oxide #541B11

Tints of Red Oxide #541B11

Color information

#541B11 (or 0x541B11) is unknown color: approx Red Oxide. HEX triplet: 54, 1B and 11. RGB value is (84,27,17). Sum of RGB (Red+Green+Blue) = 84+27+17=128 (16% of max value = 765). Red value is 84 (33.20% from 255 or 65.62% from 128); Green value is 27 (10.94% from 255 or 21.09% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 84 - color contains mainly: red. Hex color #541B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541B11 is #ABE4EE. Grayscale: #2A2A2A. Windows color (decimal): -11265263 or 1121108. OLE color: 1121108.

HSL color Cylindrical-coordinate representation of color #541B11: hue angle of 8.96º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #541B11 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB842717-
CMYK00.680.800.67
HSL8.96º66.34%19.8%-
HSV(B)8.96º79.76%32.94%-
XYZ4.152.710.83-
YUV42.9113.38157.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 65.62%
GREEN value IS 27 (10.94% from 255) = 21.09%
BLUE value IS 17 (7.03% from 255) = 13.28%
R=65.62%
G=21.09%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84271700.680.800.678.9666.3419.8
Hex541B11044504394214
Octal124332101041201031110224
Binary1010100110111000101000100101000010000111001100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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