#541D17

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

Shades of Red Oxide #541D17

Tints of Red Oxide #541D17

Color information

#541D17 (or 0x541D17) is unknown color: approx Red Oxide. HEX triplet: 54, 1D and 17. RGB value is (84,29,23). Sum of RGB (Red+Green+Blue) = 84+29+23=136 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.76% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 84 - color contains mainly: red. Hex color #541D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541D17 is #ABE2E8. Grayscale: #2C2C2C. Windows color (decimal): -11264745 or 1514836. OLE color: 1514836.

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

Color convert

RGB842923-
CMYK00.650.730.67
HSL5.9º57.01%20.98%-
HSV(B)5.9º72.62%32.94%-
XYZ4.252.831.13-
YUV44.76115.72155.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 61.76%
GREEN value IS 29 (11.72% from 255) = 21.32%
BLUE value IS 23 (9.38% from 255) = 16.91%
R=61.76%
G=21.32%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84292300.650.730.675.957.0120.98
Hex541D17041494363915
Octal1243527010111110367125
Binary10101001110110111010000011001001100001111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541D17; }

 p { color: rgb(84,29,23); }

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

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

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

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

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

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

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