#470809

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

Shades of Rustic Red #470809

Tints of Rustic Red #470809

Color information

#470809 (or 0x470809) is unknown color: approx Rustic Red. HEX triplet: 47, 08 and 09. RGB value is (71,8,9). Sum of RGB (Red+Green+Blue) = 71+8+9=88 (11% of max value = 765). Red value is 71 (28.12% from 255 or 80.68% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 9 (3.91% from 255 or 10.23% from 88); Max value from RGB is 71 - color contains mainly: red. Hex color #470809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470809 is #B8F7F6. Grayscale: #1B1B1B. Windows color (decimal): -12122103 or 591943. OLE color: 591943.

HSL color Cylindrical-coordinate representation of color #470809: hue angle of 359.05º 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 #470809 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.72.

Color convert

RGB7189-
CMYK00.890.870.72
HSL359.05º79.75%15.49%-
HSV(B)359.05º88.73%27.84%-
XYZ2.731.530.41-
YUV26.95117.87159.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 80.68%
GREEN value IS 8 (3.52% from 255) = 9.09%
BLUE value IS 9 (3.91% from 255) = 10.23%
R=80.68%
G=9.09%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.87
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal718900.890.870.72359.0579.7515.49
Hex4789059574816750f
Octal1071011013112711054712017
Binary100011110001001010110011010111100100010110011110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470809; }

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

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

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

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

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

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

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

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