#54160F

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

Shades of Red Oxide #54160F

Tints of Red Oxide #54160F

Color information

#54160F (or 0x54160F) is unknown color: approx Red Oxide. HEX triplet: 54, 16 and 0F. RGB value is (84,22,15). Sum of RGB (Red+Green+Blue) = 84+22+15=121 (16% of max value = 765). Red value is 84 (33.20% from 255 or 69.42% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 84 - color contains mainly: red. Hex color #54160F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54160F is #ABE9F0. Grayscale: #272727. Windows color (decimal): -11266545 or 988756. OLE color: 988756.

HSL color Cylindrical-coordinate representation of color #54160F: hue angle of 6.09º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #54160F is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB842215-
CMYK00.740.820.67
HSL6.09º69.7%19.41%-
HSV(B)6.09º82.14%32.94%-
XYZ4.032.490.72-
YUV39.74114.04159.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 69.42%
GREEN value IS 22 (8.98% from 255) = 18.18%
BLUE value IS 15 (6.25% from 255) = 12.40%
R=69.42%
G=18.18%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84221500.740.820.676.0969.719.41
Hex5416F04A524364613
Octal12426170112122103610623
Binary10101001011011110100101010100101000011110100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54160F; }

 p { color: rgb(84,22,15); }

 H1.HeaderClassName
 {
   color: #54160F;
 }
 .AnyTagClassName
 {
   color: #54160F;
 }
</style>
background-color css

<style>
 a { background-color: #54160F; }

 a { background-color: rgb(84,22,15); }

 div.DivClassName
 {
   background-color: #54160F;
 }
 .BgClassName
 {
   background-color: #54160F;
 }
</style>
border-color css

<style>
 span { border-color: #54160F; }

 span { border-color: rgb(84,22,15); }

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