Html Css Color HEX #54140D Red Oxide

📋 copy color: '#54140D'

red 84 ◦ green 20 ◦ blue 13

#54140D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #54140D

Tints of Red Oxide #54140D

RGB

 RED value IS 84 (33.2% from 255) = 71.79%

 GREEN value IS 20 (8.2% 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 value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#54140D (or 0x54140D) is known color: 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

RGB 84 20 13 -
CMYK 0 0.76 0.85 0.67
HSL 5.92º 0.73% 0.19% -
HSV(B) 5.92º 0.85% 0.33% -
XYZ 3.98 2.41 0.64 -
YUV 38.34 113.7 160.57 -
System Red Green Blue C M Y K H S L
Decimal 84 20 13 0 0.76 0.85 0.67 5.92 0.73 0.19
Hex 54 14 D 0 4C 55 43 6 49 13
Octal 124 24 15 0 114 125 103 6 111 23
Binary 1010100 10100 1101 0 1001100 1010101 1000011 110 1001001 10011

Color Harmonies of #54140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54140D

Black with #54140D

Text Example


Text Example

White with #54140D

Text Example


Text Example

HTML Codes & Css Web 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>