#541110

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

Shades of Red Oxide #541110

Tints of Red Oxide #541110

Color information

#541110 (or 0x541110) is unknown color: approx Red Oxide. HEX triplet: 54, 11 and 10. RGB value is (84,17,16). Sum of RGB (Red+Green+Blue) = 84+17+16=117 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.79% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 84 - color contains mainly: red. Hex color #541110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541110 is #ABEEEF. Grayscale: #242424. Windows color (decimal): -11267824 or 1053012. OLE color: 1053012.

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

Color convert

RGB841716-
CMYK00.800.810.67
HSL0.88º68%19.61%-
HSV(B)0.88º80.95%32.94%-
XYZ3.952.320.73-
YUV36.92116.2161.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 71.79%
GREEN value IS 17 (7.03% from 255) = 14.53%
BLUE value IS 16 (6.64% from 255) = 13.68%
R=71.79%
G=14.53%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84171600.800.810.670.886819.61
Hex541110050514314414
Octal12421200120121103110424
Binary1010100100011000001010000101000110000111100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541110; }

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

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

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

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

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

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

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

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