#541712

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

Shades of Red Oxide #541712

Tints of Red Oxide #541712

Color information

#541712 (or 0x541712) is unknown color: approx Red Oxide. HEX triplet: 54, 17 and 12. RGB value is (84,23,18). Sum of RGB (Red+Green+Blue) = 84+23+18=125 (16% of max value = 765). Red value is 84 (33.20% from 255 or 67.2% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 84 - color contains mainly: red. Hex color #541712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541712 is #ABE8ED. Grayscale: #282828. Windows color (decimal): -11266286 or 1185620. OLE color: 1185620.

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

Color convert

RGB842318-
CMYK00.730.790.67
HSL4.55º64.71%20%-
HSV(B)4.55º78.57%32.94%-
XYZ4.072.540.85-
YUV40.67115.21158.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 67.2%
GREEN value IS 23 (9.38% from 255) = 18.4%
BLUE value IS 18 (7.42% from 255) = 14.4%
R=67.2%
G=18.4%
B=14.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84231800.730.790.674.5564.7120
Hex5417120494F4354114
Octal12427220111117103510124
Binary101010010111100100100100110011111000011101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541712; }

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

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

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

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

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

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

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

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