#54140D

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

Shades of Red Oxide #54140D

Tints of Red Oxide #54140D

Color information

#54140D (or 0x54140D) is unknown color: approx Red Oxide. HEX triplet: 54, 14 and 0D. RGB value is (84,20,13). Sum of RGB (Red+Green+Blue) = 84+20+13=117 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.79% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 84 - color contains mainly: red. Hex color #54140D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54140D is #ABEBF2. Grayscale: #262626. Windows color (decimal): -11267059 or 857172. OLE color: 857172.

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

Color convert

RGB842013-
CMYK00.760.850.67
HSL5.92º73.2%19.02%-
HSV(B)5.92º84.52%32.94%-
XYZ3.982.410.64-
YUV38.34113.7160.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 71.79%
GREEN value IS 20 (8.20% from 255) = 17.09%
BLUE value IS 13 (5.47% from 255) = 11.11%
R=71.79%
G=17.09%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84201300.760.850.675.9273.219.02
Hex5414D04C554364913
Octal12424150114125103611123
Binary10101001010011010100110010101011000011110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54140D; }

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

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

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

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

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

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

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

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