#541816

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

Shades of Red Oxide #541816

Tints of Red Oxide #541816

Color information

#541816 (or 0x541816) is unknown color: approx Red Oxide. HEX triplet: 54, 18 and 16. RGB value is (84,24,22). Sum of RGB (Red+Green+Blue) = 84+24+22=130 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.62% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 84 - color contains mainly: red. Hex color #541816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541816 is #ABE7E9. Grayscale: #292929. Windows color (decimal): -11266026 or 1448020. OLE color: 1448020.

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

Color convert

RGB842422-
CMYK00.710.740.67
HSL1.94º58.49%20.78%-
HSV(B)1.94º73.81%32.94%-
XYZ4.132.61.04-
YUV41.71116.88158.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 64.62%
GREEN value IS 24 (9.77% from 255) = 18.46%
BLUE value IS 22 (8.98% from 255) = 16.92%
R=64.62%
G=18.46%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84242200.710.740.671.9458.4920.78
Hex5418160474A4323a15
Octal1243026010711210327225
Binary1010100110001011001000111100101010000111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541816; }

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

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

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

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

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

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

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

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