#471E27

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

Shades of Bordeaux #471E27

Tints of Bordeaux #471E27

Color information

#471E27 (or 0x471E27) is unknown color: approx Bordeaux. HEX triplet: 47, 1E and 27. RGB value is (71,30,39). Sum of RGB (Red+Green+Blue) = 71+30+39=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #471E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #471E27 is #B8E1D8. Grayscale: #2B2B2B. Windows color (decimal): -12116441 or 2563655. OLE color: 2563655.

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

Color convert

RGB713039-
CMYK00.580.450.72
HSL346.83º40.59%19.8%-
HSV(B)346.83º57.75%27.84%-
XYZ3.432.412.2-
YUV43.28125.58147.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 50.71%
GREEN value IS 30 (12.11% from 255) = 21.43%
BLUE value IS 39 (15.62% from 255) = 27.86%
R=50.71%
G=21.43%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71303900.580.450.72346.8340.5919.8
Hex471E2703A2D4815b2914
Octal1073647072551105335124
Binary1000111111101001110111010101101100100010101101110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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