#541613

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

Shades of Red Oxide #541613

Tints of Red Oxide #541613

Color information

#541613 (or 0x541613) is unknown color: approx Red Oxide. HEX triplet: 54, 16 and 13. RGB value is (84,22,19). Sum of RGB (Red+Green+Blue) = 84+22+19=125 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.2% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 84 - color contains mainly: red. Hex color #541613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541613 is #ABE9EC. Grayscale: #282828. Windows color (decimal): -11266541 or 1250900. OLE color: 1250900.

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

Color convert

RGB842219-
CMYK00.740.770.67
HSL2.77º63.11%20.2%-
HSV(B)2.77º77.38%32.94%-
XYZ4.062.510.89-
YUV40.2116.04159.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 67.2%
GREEN value IS 22 (8.98% from 255) = 17.6%
BLUE value IS 19 (7.81% from 255) = 15.2%
R=67.2%
G=17.6%
B=15.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84221900.740.770.672.7763.1120.2
Hex54161304A4D4333f14
Octal1242623011211510337724
Binary1010100101101001101001010100110110000111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541613; }

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

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

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

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

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

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

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

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