#541616

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

Shades of Red Oxide #541616

Tints of Red Oxide #541616

Color information

#541616 (or 0x541616) is unknown color: approx Red Oxide. HEX triplet: 54, 16 and 16. RGB value is (84,22,22). Sum of RGB (Red+Green+Blue) = 84+22+22=128 (16% of max value = 765). Red value is 84 (33.20% from 255 or 65.62% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 84 - color contains mainly: red. Hex color #541616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541616 is #ABE9E9. Grayscale: #282828. Windows color (decimal): -11266538 or 1447508. OLE color: 1447508.

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

Color convert

RGB842222-
CMYK00.740.740.67
HSL58.49%20.78%-
HSV(B)73.81%32.94%-
XYZ4.092.521.03-
YUV40.54117.54159-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 65.62%
GREEN value IS 22 (8.98% from 255) = 17.19%
BLUE value IS 22 (8.98% from 255) = 17.19%
R=65.62%
G=17.19%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84222200.740.740.67058.4920.78
Hex54161604A4A4303a15
Octal1242626011211210307225
Binary101010010110101100100101010010101000011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541616; }

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

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

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

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

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

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

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

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