#471B21

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

Shades of Bordeaux #471B21

Tints of Bordeaux #471B21

Color information

#471B21 (or 0x471B21) is unknown color: approx Bordeaux. HEX triplet: 47, 1B and 21. RGB value is (71,27,33). Sum of RGB (Red+Green+Blue) = 71+27+33=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 27 (10.94% from 255 or 20.61% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #471B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471B21 is #B8E4DE. Grayscale: #282828. Windows color (decimal): -12117215 or 2169671. OLE color: 2169671.

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

Color convert

RGB712733-
CMYK00.620.540.72
HSL351.82º44.9%19.22%-
HSV(B)351.82º61.97%27.84%-
XYZ3.262.231.7-
YUV40.84123.58149.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.20%
GREEN value IS 27 (10.94% from 255) = 20.61%
BLUE value IS 33 (13.28% from 255) = 25.19%
R=54.20%
G=20.61%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71273300.620.540.72351.8244.919.22
Hex471B2103E36481602d13
Octal1073341076661105405523
Binary1000111110111000010111110110110100100010110000010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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