#470A20

Color #470A20 Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #470A20

Tints of Bordeaux #470A20

Color information

#470A20 (or 0x470A20) is unknown color: approx Bordeaux. HEX triplet: 47, 0A and 20. RGB value is (71,10,32). Sum of RGB (Red+Green+Blue) = 71+10+32=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 10 (4.30% from 255 or 8.85% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #470A20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470A20 is #B8F5DF. Grayscale: #1E1E1E. Windows color (decimal): -12121568 or 2099783. OLE color: 2099783.

HSL color Cylindrical-coordinate representation of color #470A20: hue angle of 338.36º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #470A20 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB711032-
CMYK00.860.550.72
HSL338.36º75.31%15.88%-
HSV(B)338.36º85.92%27.84%-
XYZ2.971.661.53-
YUV30.75128.71156.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.83%
GREEN value IS 10 (4.30% from 255) = 8.85%
BLUE value IS 32 (12.89% from 255) = 28.32%
R=62.83%
G=8.85%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71103200.860.550.72338.3675.3115.88
Hex47A2005637481524b10
Octal107124001266711052211320
Binary10001111010100000010101101101111001000101010010100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470A20; }

 p { color: rgb(71,10,32); }

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

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

 a { background-color: rgb(71,10,32); }

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

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

 span { border-color: rgb(71,10,32); }

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