#47171B

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

Shades of Rustic Red #47171B

Tints of Rustic Red #47171B

Color information

#47171B (or 0x47171B) is unknown color: approx Rustic Red. HEX triplet: 47, 17 and 1B. RGB value is (71,23,27). Sum of RGB (Red+Green+Blue) = 71+23+27=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #47171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47171B is #B8E8E4. Grayscale: #252525. Windows color (decimal): -12118245 or 1775431. OLE color: 1775431.

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

Color convert

RGB712327-
CMYK00.680.620.72
HSL355º51.06%18.43%-
HSV(B)355º67.61%27.84%-
XYZ3.12.031.27-
YUV37.81121.9151.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.68%
GREEN value IS 23 (9.38% from 255) = 19.01%
BLUE value IS 27 (10.94% from 255) = 22.31%
R=58.68%
G=19.01%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71232700.680.620.7235551.0618.43
Hex47171B0443E481633312
Octal10727330104761105436322
Binary1000111101111101101000100111110100100010110001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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