Html Css Color HEX #54140B Red Oxide

📋 copy color: '#54140B'

red 84 ◦ green 20 ◦ blue 11

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

Shades of Red Oxide #54140B

Tints of Red Oxide #54140B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.39%

 BLUE value IS 11 (4.69% from 255) = 9.57%

R = 73.04%
G = 17.39%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#54140B (or 0x54140B) is known color: Red Oxide. HEX triplet: 54, 14 and 0B. RGB value is (84,20,11). Sum of RGB (Red+Green+Blue) = 84+20+11=115 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.04% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 84 - color contains mainly: red. Hex color #54140B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54140B is #ABEBF4. Grayscale: #262626. Windows color (decimal): -11267061 or 726100. OLE color: 726100.

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

Color convert

RGB 84 20 11 -
CMYK 0 0.76 0.87 0.67
HSL 7.4º 0.77% 0.19% -
HSV(B) 7.4º 0.87% 0.33% -
XYZ 3.97 2.41 0.57 -
YUV 38.11 112.7 160.73 -
System Red Green Blue C M Y K H S L
Decimal 84 20 11 0 0.76 0.87 0.67 7.4 0.77 0.19
Hex 54 14 B 0 4C 57 43 7 4D 13
Octal 124 24 13 0 114 127 103 7 115 23
Binary 1010100 10100 1011 0 1001100 1010111 1000011 111 1001101 10011

Color Harmonies of #54140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54140B

Black with #54140B

Text Example


Text Example

White with #54140B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54140B;
 }
 .AnyTagClassName
 {
   color: #54140B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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