#541714

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

Shades of Red Oxide #541714

Tints of Red Oxide #541714

Color information

#541714 (or 0x541714) is unknown color: approx Red Oxide. HEX triplet: 54, 17 and 14. RGB value is (84,23,20). Sum of RGB (Red+Green+Blue) = 84+23+20=127 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.14% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 84 - color contains mainly: red. Hex color #541714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #541714 is #ABE8EB. Grayscale: #282828. Windows color (decimal): -11266284 or 1316692. OLE color: 1316692.

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

Color convert

RGB842320-
CMYK00.730.760.67
HSL2.81º61.54%20.39%-
HSV(B)2.81º76.19%32.94%-
XYZ4.092.550.94-
YUV40.9116.21158.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 66.14%
GREEN value IS 23 (9.38% from 255) = 18.11%
BLUE value IS 20 (8.20% from 255) = 15.75%
R=66.14%
G=18.11%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84232000.730.760.672.8161.5420.39
Hex5417140494C4333e14
Octal1242724011111410337624
Binary1010100101111010001001001100110010000111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541714; }

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

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

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

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

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

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

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

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