#54170B

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

Shades of Red Oxide #54170B

Tints of Red Oxide #54170B

Color information

#54170B (or 0x54170B) is unknown color: approx Red Oxide. HEX triplet: 54, 17 and 0B. RGB value is (84,23,11). Sum of RGB (Red+Green+Blue) = 84+23+11=118 (15% of max value = 765). Red value is 84 (33.20% from 255 or 71.19% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 11 (4.69% from 255 or 9.32% from 118); Max value from RGB is 84 - color contains mainly: red. Hex color #54170B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #54170B is #ABE8F4. Grayscale: #272727. Windows color (decimal): -11266293 or 726868. OLE color: 726868.

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

Color convert

RGB842311-
CMYK00.730.870.67
HSL9.86º76.84%18.63%-
HSV(B)9.86º86.9%32.94%-
XYZ4.022.520.59-
YUV39.87111.71159.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 71.19%
GREEN value IS 23 (9.38% from 255) = 19.49%
BLUE value IS 11 (4.69% from 255) = 9.32%
R=71.19%
G=19.49%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84231100.730.870.679.8676.8418.63
Hex5417B0495743a4d13
Octal124271301111271031211523
Binary101010010111101101001001101011110000111010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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