#541F1F

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

Shades of Red Oxide #541F1F

Tints of Red Oxide #541F1F

Color information

#541F1F (or 0x541F1F) is unknown color: approx Red Oxide. HEX triplet: 54, 1F and 1F. RGB value is (84,31,31). Sum of RGB (Red+Green+Blue) = 84+31+31=146 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.53% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 84 - color contains mainly: red. Hex color #541F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541F1F is #ABE0E0. Grayscale: #2E2E2E. Windows color (decimal): -11264225 or 2039636. OLE color: 2039636.

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

Color convert

RGB843131-
CMYK00.630.630.67
HSL46.09%22.55%-
HSV(B)63.1%32.94%-
XYZ4.392.961.64-
YUV46.85119.06154.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.53%
GREEN value IS 31 (12.5% from 255) = 21.23%
BLUE value IS 31 (12.5% from 255) = 21.23%
R=57.53%
G=21.23%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84313100.630.630.67046.0922.55
Hex541F1F03F3F4302e17
Octal12437370777710305627
Binary1010100111111111101111111111111000011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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