#541413

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

Shades of Red Oxide #541413

Tints of Red Oxide #541413

Color information

#541413 (or 0x541413) is unknown color: approx Red Oxide. HEX triplet: 54, 14 and 13. RGB value is (84,20,19). Sum of RGB (Red+Green+Blue) = 84+20+19=123 (16% of max value = 765). Red value is 84 (33.20% from 255 or 68.29% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 84 - color contains mainly: red. Hex color #541413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541413 is #ABEBEC. Grayscale: #272727. Windows color (decimal): -11267053 or 1250388. OLE color: 1250388.

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

Color convert

RGB842019-
CMYK00.760.770.67
HSL0.92º63.11%20.2%-
HSV(B)0.92º77.38%32.94%-
XYZ4.022.430.87-
YUV39.02116.7160.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 68.29%
GREEN value IS 20 (8.20% from 255) = 16.26%
BLUE value IS 19 (7.81% from 255) = 15.45%
R=68.29%
G=16.26%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84201900.760.770.670.9263.1120.2
Hex54141304C4D4313f14
Octal1242423011411510317724
Binary101010010100100110100110010011011000011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541413; }

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

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

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

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

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

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

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

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