#541811

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

Shades of Red Oxide #541811

Tints of Red Oxide #541811

Color information

#541811 (or 0x541811) is unknown color: approx Red Oxide. HEX triplet: 54, 18 and 11. RGB value is (84,24,17). Sum of RGB (Red+Green+Blue) = 84+24+17=125 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.2% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 84 - color contains mainly: red. Hex color #541811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541811 is #ABE7EE. Grayscale: #292929. Windows color (decimal): -11266031 or 1120340. OLE color: 1120340.

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

Color convert

RGB842417-
CMYK00.710.800.67
HSL6.27º66.34%19.8%-
HSV(B)6.27º79.76%32.94%-
XYZ4.082.580.81-
YUV41.14114.38158.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 67.2%
GREEN value IS 24 (9.77% from 255) = 19.2%
BLUE value IS 17 (7.03% from 255) = 13.6%
R=67.2%
G=19.2%
B=13.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84241700.710.800.676.2766.3419.8
Hex541811047504364214
Octal12430210107120103610224
Binary101010011000100010100011110100001000011110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541811; }

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

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

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

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

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

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

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

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