Html Css Color HEX #54110B Red Oxide

📋 copy color: '#54110B'

red 84 ◦ green 17 ◦ blue 11

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

Shades of Red Oxide #54110B

Tints of Red Oxide #54110B

RGB

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

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

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

R = 75%
G = 15.18%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#54110B (or 0x54110B) is known color: Red Oxide. HEX triplet: 54, 11 and 0B. RGB value is (84,17,11). Sum of RGB (Red+Green+Blue) = 84+17+11=112 (14% of max value = 765). Red value is 84 (33.20% from 255 or 75% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 84 - color contains mainly: red. Hex color #54110B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54110B is #ABEEF4. Grayscale: #242424. Windows color (decimal): -11267829 or 725332. OLE color: 725332.

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

Color convert

RGB 84 17 11 -
CMYK 0 0.80 0.87 0.67
HSL 4.93º 0.77% 0.19% -
HSV(B) 4.93º 0.87% 0.33% -
XYZ 3.92 2.31 0.56 -
YUV 36.35 113.7 161.99 -
System Red Green Blue C M Y K H S L
Decimal 84 17 11 0 0.80 0.87 0.67 4.93 0.77 0.19
Hex 54 11 B 0 50 57 43 5 4D 13
Octal 124 21 13 0 120 127 103 5 115 23
Binary 1010100 10001 1011 0 1010000 1010111 1000011 101 1001101 10011

Color Harmonies of #54110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54110B

Black with #54110B

Text Example


Text Example

White with #54110B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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