#541913

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

Shades of Red Oxide #541913

Tints of Red Oxide #541913

Color information

#541913 (or 0x541913) is unknown color: approx Red Oxide. HEX triplet: 54, 19 and 13. RGB value is (84,25,19). Sum of RGB (Red+Green+Blue) = 84+25+19=128 (16% of max value = 765). Red value is 84 (33.20% from 255 or 65.62% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 84 - color contains mainly: red. Hex color #541913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541913 is #ABE6EC. Grayscale: #2A2A2A. Windows color (decimal): -11265773 or 1251668. OLE color: 1251668.

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

Color convert

RGB842519-
CMYK00.700.770.67
HSL5.54º63.11%20.2%-
HSV(B)5.54º77.38%32.94%-
XYZ4.122.630.91-
YUV41.96115.05157.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 65.62%
GREEN value IS 25 (10.16% from 255) = 19.53%
BLUE value IS 19 (7.81% from 255) = 14.84%
R=65.62%
G=19.53%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84251900.700.770.675.5463.1120.2
Hex5419130464D4363f14
Octal1243123010611510367724
Binary10101001100110011010001101001101100001111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541913; }

 p { color: rgb(84,25,19); }

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

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

 a { background-color: rgb(84,25,19); }

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

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

 span { border-color: rgb(84,25,19); }

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