#471F26

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

Shades of Bordeaux #471F26

Tints of Bordeaux #471F26

Color information

#471F26 (or 0x471F26) is unknown color: approx Bordeaux. HEX triplet: 47, 1F and 26. RGB value is (71,31,38). Sum of RGB (Red+Green+Blue) = 71+31+38=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #471F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F26 is #B8E0D9. Grayscale: #2B2B2B. Windows color (decimal): -12116186 or 2498375. OLE color: 2498375.

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

Color convert

RGB713138-
CMYK00.560.460.72
HSL349.5º39.22%20%-
HSV(B)349.5º56.34%27.84%-
XYZ3.442.462.13-
YUV43.76124.75147.43-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.71%
GREEN value IS 31 (12.5% from 255) = 22.14%
BLUE value IS 38 (15.23% from 255) = 27.14%
R=50.71%
G=22.14%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71313800.560.460.72349.539.2220
Hex471F260382E4815e2714
Octal1073746070561105364724
Binary1000111111111001100111000101110100100010101111010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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