#47080D

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

Shades of Rustic Red #47080D

Tints of Rustic Red #47080D

Color information

#47080D (or 0x47080D) is unknown color: approx Rustic Red. HEX triplet: 47, 08 and 0D. RGB value is (71,8,13). Sum of RGB (Red+Green+Blue) = 71+8+13=92 (12% of max value = 765). Red value is 71 (28.12% from 255 or 77.17% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 71 - color contains mainly: red. Hex color #47080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47080D is #B8F7F2. Grayscale: #1B1B1B. Windows color (decimal): -12122099 or 854087. OLE color: 854087.

HSL color Cylindrical-coordinate representation of color #47080D: hue angle of 355.24º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #47080D is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB71813-
CMYK00.890.820.72
HSL355.24º79.75%15.49%-
HSV(B)355.24º88.73%27.84%-
XYZ2.761.540.53-
YUV27.41119.87159.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 77.17%
GREEN value IS 8 (3.52% from 255) = 8.70%
BLUE value IS 13 (5.47% from 255) = 14.13%
R=77.17%
G=8.70%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7181300.890.820.72355.2479.7515.49
Hex478D059524816350f
Octal1071015013112211054312017
Binary100011110001101010110011010010100100010110001110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,8,13); }

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

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

 a { background-color: rgb(71,8,13); }

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

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

 span { border-color: rgb(71,8,13); }

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