#541914

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

Shades of Red Oxide #541914

Tints of Red Oxide #541914

Color information

#541914 (or 0x541914) is unknown color: approx Red Oxide. HEX triplet: 54, 19 and 14. RGB value is (84,25,20). Sum of RGB (Red+Green+Blue) = 84+25+20=129 (17% of max value = 765). Red value is 84 (33.20% from 255 or 65.12% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 84 - color contains mainly: red. Hex color #541914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541914 is #ABE6EB. Grayscale: #2A2A2A. Windows color (decimal): -11265772 or 1317204. OLE color: 1317204.

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

Color convert

RGB842520-
CMYK00.700.760.67
HSL4.69º61.54%20.39%-
HSV(B)4.69º76.19%32.94%-
XYZ4.132.630.95-
YUV42.07115.55157.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 65.12%
GREEN value IS 25 (10.16% from 255) = 19.38%
BLUE value IS 20 (8.20% from 255) = 15.50%
R=65.12%
G=19.38%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84252000.700.760.674.6961.5420.39
Hex5419140464C4353e14
Octal1243124010611410357624
Binary10101001100110100010001101001100100001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541914; }

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

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

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

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

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

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

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

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