#471A20

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

Shades of Bordeaux #471A20

Tints of Bordeaux #471A20

Color information

#471A20 (or 0x471A20) is unknown color: approx Bordeaux. HEX triplet: 47, 1A and 20. RGB value is (71,26,32). Sum of RGB (Red+Green+Blue) = 71+26+32=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #471A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A20 is #B8E5DF. Grayscale: #282828. Windows color (decimal): -12117472 or 2103879. OLE color: 2103879.

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

Color convert

RGB712632-
CMYK00.630.550.72
HSL352º46.39%19.02%-
HSV(B)352º63.38%27.84%-
XYZ3.232.181.62-
YUV40.14123.41150.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.04%
GREEN value IS 26 (10.55% from 255) = 20.16%
BLUE value IS 32 (12.89% from 255) = 24.81%
R=55.04%
G=20.16%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71263200.630.550.7235246.3919.02
Hex471A2003F37481602e13
Octal1073240077671105405623
Binary1000111110101000000111111110111100100010110000010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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