#54170D

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

Shades of Red Oxide #54170D

Tints of Red Oxide #54170D

Color information

#54170D (or 0x54170D) is unknown color: approx Red Oxide. HEX triplet: 54, 17 and 0D. RGB value is (84,23,13). Sum of RGB (Red+Green+Blue) = 84+23+13=120 (15% of max value = 765). Red value is 84 (33.20% from 255 or 70% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 84 - color contains mainly: red. Hex color #54170D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54170D is #ABE8F2. Grayscale: #282828. Windows color (decimal): -11266291 or 857940. OLE color: 857940.

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

Color convert

RGB842313-
CMYK00.730.850.67
HSL8.45º73.2%19.02%-
HSV(B)8.45º84.52%32.94%-
XYZ4.042.530.66-
YUV40.1112.71159.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 70%
GREEN value IS 23 (9.38% from 255) = 19.17%
BLUE value IS 13 (5.47% from 255) = 10.83%
R=70%
G=19.17%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84231300.730.850.678.4573.219.02
Hex5417D049554384913
Octal124271501111251031011123
Binary101010010111110101001001101010110000111000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54170D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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