#541915

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

Shades of Red Oxide #541915

Tints of Red Oxide #541915

Color information

#541915 (or 0x541915) is unknown color: approx Red Oxide. HEX triplet: 54, 19 and 15. RGB value is (84,25,21). Sum of RGB (Red+Green+Blue) = 84+25+21=130 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.62% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 84 - color contains mainly: red. Hex color #541915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541915 is #ABE6EA. Grayscale: #2A2A2A. Windows color (decimal): -11265771 or 1382740. OLE color: 1382740.

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

Color convert

RGB842521-
CMYK00.700.750.67
HSL3.81º60%20.59%-
HSV(B)3.81º75%32.94%-
XYZ4.142.631-
YUV42.18116.05157.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 64.62%
GREEN value IS 25 (10.16% from 255) = 19.23%
BLUE value IS 21 (8.59% from 255) = 16.15%
R=64.62%
G=19.23%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84252100.700.750.673.816020.59
Hex5419150464B4343c15
Octal1243125010611310347425
Binary10101001100110101010001101001011100001110011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541915; }

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

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

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

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

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

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

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

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