#471F27

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

Shades of Bordeaux #471F27

Tints of Bordeaux #471F27

Color information

#471F27 (or 0x471F27) is unknown color: approx Bordeaux. HEX triplet: 47, 1F and 27. RGB value is (71,31,39). Sum of RGB (Red+Green+Blue) = 71+31+39=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #471F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471F27 is #B8E0D8. Grayscale: #2B2B2B. Windows color (decimal): -12116185 or 2563911. OLE color: 2563911.

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

Color convert

RGB713139-
CMYK00.560.450.72
HSL348º39.22%20%-
HSV(B)348º56.34%27.84%-
XYZ3.452.472.21-
YUV43.87125.25147.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.35%
GREEN value IS 31 (12.5% from 255) = 21.99%
BLUE value IS 39 (15.62% from 255) = 27.66%
R=50.35%
G=21.99%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71313900.560.450.7234839.2220
Hex471F270382D4815c2714
Octal1073747070551105344724
Binary1000111111111001110111000101101100100010101110010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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