Html Css Color HEX #54110D Red Oxide

📋 copy color: '#54110D'

red 84 ◦ green 17 ◦ blue 13

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

Shades of Red Oxide #54110D

Tints of Red Oxide #54110D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.91%

 BLUE value IS 13 (5.47% from 255) = 11.4%

R = 73.68%
G = 14.91%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#54110D (or 0x54110D) is known color: Red Oxide. HEX triplet: 54, 11 and 0D. RGB value is (84,17,13). Sum of RGB (Red+Green+Blue) = 84+17+13=114 (15% of max value = 765). Red value is 84 (33.20% from 255 or 73.68% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 84 - color contains mainly: red. Hex color #54110D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54110D is #ABEEF2. Grayscale: #242424. Windows color (decimal): -11267827 or 856404. OLE color: 856404.

HSL color Cylindrical-coordinate representation of color #54110D: hue angle of 3.38º 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 #54110D is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 17 13 -
CMYK 0 0.80 0.85 0.67
HSL 3.38º 0.73% 0.19% -
HSV(B) 3.38º 0.85% 0.33% -
XYZ 3.93 2.31 0.62 -
YUV 36.58 114.7 161.83 -
System Red Green Blue C M Y K H S L
Decimal 84 17 13 0 0.80 0.85 0.67 3.38 0.73 0.19
Hex 54 11 D 0 50 55 43 3 49 13
Octal 124 21 15 0 120 125 103 3 111 23
Binary 1010100 10001 1101 0 1010000 1010101 1000011 11 1001001 10011

Color Harmonies of #54110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54110D

Black with #54110D

Text Example


Text Example

White with #54110D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54110D;
 }
 .AnyTagClassName
 {
   color: #54110D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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