#54110B

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

Shades of Red Oxide #54110B

Tints of Red Oxide #54110B

Color information

#54110B (or 0x54110B) is unknown color: approx 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

RGB841711-
CMYK00.800.870.67
HSL4.93º76.84%18.63%-
HSV(B)4.93º86.9%32.94%-
XYZ3.922.310.56-
YUV36.35113.7161.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84171100.800.870.674.9376.8418.63
Hex5411B050574354d13
Octal12421130120127103511523
Binary10101001000110110101000010101111000011101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>