#541211

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

Shades of Red Oxide #541211

Tints of Red Oxide #541211

Color information

#541211 (or 0x541211) is unknown color: approx Red Oxide. HEX triplet: 54, 12 and 11. RGB value is (84,18,17). Sum of RGB (Red+Green+Blue) = 84+18+17=119 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70.59% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 17 (7.03% from 255 or 14.29% from 119); Max value from RGB is 84 - color contains mainly: red. Hex color #541211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541211 is #ABEDEE. Grayscale: #252525. Windows color (decimal): -11267567 or 1118804. OLE color: 1118804.

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

Color convert

RGB841817-
CMYK00.790.800.67
HSL0.9º66.34%19.8%-
HSV(B)0.9º79.76%32.94%-
XYZ3.972.360.78-
YUV37.62116.37161.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 70.59%
GREEN value IS 18 (7.42% from 255) = 15.13%
BLUE value IS 17 (7.03% from 255) = 14.29%
R=70.59%
G=15.13%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84181700.790.800.670.966.3419.8
Hex54121104F504314214
Octal12422210117120103110224
Binary1010100100101000101001111101000010000111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541211; }

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

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

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

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

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

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

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

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