#471A21

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

Shades of Bordeaux #471A21

Tints of Bordeaux #471A21

Color information

#471A21 (or 0x471A21) is unknown color: approx Bordeaux. HEX triplet: 47, 1A and 21. RGB value is (71,26,33). Sum of RGB (Red+Green+Blue) = 71+26+33=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #471A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471A21 is #B8E5DE. Grayscale: #282828. Windows color (decimal): -12117471 or 2169415. OLE color: 2169415.

HSL color Cylindrical-coordinate representation of color #471A21: hue angle of 350.67º 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 #471A21 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB712633-
CMYK00.630.540.72
HSL350.67º46.39%19.02%-
HSV(B)350.67º63.38%27.84%-
XYZ3.242.191.69-
YUV40.25123.91149.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.62%
GREEN value IS 26 (10.55% from 255) = 20%
BLUE value IS 33 (13.28% from 255) = 25.38%
R=54.62%
G=20%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71263300.630.540.72350.6746.3919.02
Hex471A2103F364815f2e13
Octal1073241077661105375623
Binary1000111110101000010111111110110100100010101111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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