#541F1E

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

Shades of Red Oxide #541F1E

Tints of Red Oxide #541F1E

Color information

#541F1E (or 0x541F1E) is unknown color: approx Red Oxide. HEX triplet: 54, 1F and 1E. RGB value is (84,31,30). Sum of RGB (Red+Green+Blue) = 84+31+30=145 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.93% from 145); Green value is 31 (12.5% from 255 or 21.38% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 84 - color contains mainly: red. Hex color #541F1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541F1E is #ABE0E1. Grayscale: #2E2E2E. Windows color (decimal): -11264226 or 1974100. OLE color: 1974100.

HSL color Cylindrical-coordinate representation of color #541F1E: hue angle of 1.11º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #541F1E is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB843130-
CMYK00.630.640.67
HSL1.11º47.37%22.35%-
HSV(B)1.11º64.29%32.94%-
XYZ4.382.961.57-
YUV46.73118.56154.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.93%
GREEN value IS 31 (12.5% from 255) = 21.38%
BLUE value IS 30 (12.11% from 255) = 20.69%
R=57.93%
G=21.38%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84313000.630.640.671.1147.3722.35
Hex541F1E03F404312f16
Octal124373607710010315726
Binary10101001111111110011111110000001000011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,31,30); }

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

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

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

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

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

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

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