#471F28

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

Shades of Bordeaux #471F28

Tints of Bordeaux #471F28

Color information

#471F28 (or 0x471F28) is unknown color: approx Bordeaux. HEX triplet: 47, 1F and 28. RGB value is (71,31,40). Sum of RGB (Red+Green+Blue) = 71+31+40=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #471F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F28 is #B8E0D7. Grayscale: #2B2B2B. Windows color (decimal): -12116184 or 2629447. OLE color: 2629447.

HSL color Cylindrical-coordinate representation of color #471F28: hue angle of 346.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 #471F28 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB713140-
CMYK00.560.440.72
HSL346.5º39.22%20%-
HSV(B)346.5º56.34%27.84%-
XYZ3.472.472.3-
YUV43.99125.75147.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50%
GREEN value IS 31 (12.5% from 255) = 21.83%
BLUE value IS 40 (16.02% from 255) = 28.17%
R=50%
G=21.83%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71314000.560.440.72346.539.2220
Hex471F280382C4815a2714
Octal1073750070541105324724
Binary1000111111111010000111000101100100100010101101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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