#471317

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

Shades of Rustic Red #471317

Tints of Rustic Red #471317

Color information

#471317 (or 0x471317) is unknown color: approx Rustic Red. HEX triplet: 47, 13 and 17. RGB value is (71,19,23). Sum of RGB (Red+Green+Blue) = 71+19+23=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 23 (9.38% from 255 or 20.35% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #471317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471317 is #B8ECE8. Grayscale: #232323. Windows color (decimal): -12119273 or 1512263. OLE color: 1512263.

HSL color Cylindrical-coordinate representation of color #471317: hue angle of 355.38º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #471317 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB711923-
CMYK00.730.680.72
HSL355.38º57.78%17.65%-
HSV(B)355.38º73.24%27.84%-
XYZ2.991.871.01-
YUV35121.23153.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.83%
GREEN value IS 19 (7.81% from 255) = 16.81%
BLUE value IS 23 (9.38% from 255) = 20.35%
R=62.83%
G=16.81%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71192300.730.680.72355.3857.7817.65
Hex47131704944481633a12
Octal107232701111041105437222
Binary10001111001110111010010011000100100100010110001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471317; }

 p { color: rgb(71,19,23); }

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

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

 a { background-color: rgb(71,19,23); }

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

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

 span { border-color: rgb(71,19,23); }

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