#471E26

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

Shades of Bordeaux #471E26

Tints of Bordeaux #471E26

Color information

#471E26 (or 0x471E26) is unknown color: approx Bordeaux. HEX triplet: 47, 1E and 26. RGB value is (71,30,38). Sum of RGB (Red+Green+Blue) = 71+30+38=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #471E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E26 is #B8E1D9. Grayscale: #2B2B2B. Windows color (decimal): -12116442 or 2498119. OLE color: 2498119.

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

Color convert

RGB713038-
CMYK00.580.460.72
HSL348.29º40.59%19.8%-
HSV(B)348.29º57.75%27.84%-
XYZ3.412.412.12-
YUV43.17125.08147.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.08%
GREEN value IS 30 (12.11% from 255) = 21.58%
BLUE value IS 38 (15.23% from 255) = 27.34%
R=51.08%
G=21.58%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71303800.580.460.72348.2940.5919.8
Hex471E2603A2E4815c2914
Octal1073646072561105345124
Binary1000111111101001100111010101110100100010101110010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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