#471D26

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

Shades of Bordeaux #471D26

Tints of Bordeaux #471D26

Color information

#471D26 (or 0x471D26) is unknown color: approx Bordeaux. HEX triplet: 47, 1D and 26. RGB value is (71,29,38). Sum of RGB (Red+Green+Blue) = 71+29+38=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #471D26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471D26 is #B8E2D9. Grayscale: #2A2A2A. Windows color (decimal): -12116698 or 2497863. OLE color: 2497863.

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

Color convert

RGB712938-
CMYK00.590.460.72
HSL347.14º42%19.61%-
HSV(B)347.14º59.15%27.84%-
XYZ3.392.362.11-
YUV42.58125.41148.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 29 (11.72% from 255) = 21.01%
BLUE value IS 38 (15.23% from 255) = 27.54%
R=51.45%
G=21.01%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71293800.590.460.72347.144219.61
Hex471D2603B2E4815b2a14
Octal1073546073561105335224
Binary1000111111011001100111011101110100100010101101110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,29,38); }

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

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

 a { background-color: rgb(71,29,38); }

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

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

 span { border-color: rgb(71,29,38); }

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