#471520

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

Shades of Bordeaux #471520

Tints of Bordeaux #471520

Color information

#471520 (or 0x471520) is unknown color: approx Bordeaux. HEX triplet: 47, 15 and 20. RGB value is (71,21,32). Sum of RGB (Red+Green+Blue) = 71+21+32=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #471520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471520 is #B8EADF. Grayscale: #252525. Windows color (decimal): -12118752 or 2102599. OLE color: 2102599.

HSL color Cylindrical-coordinate representation of color #471520: hue angle of 346.8º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #471520 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB712132-
CMYK00.700.550.72
HSL346.8º54.35%18.04%-
HSV(B)346.8º70.42%27.84%-
XYZ3.131.981.58-
YUV37.2125.06152.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.26%
GREEN value IS 21 (8.59% from 255) = 16.94%
BLUE value IS 32 (12.89% from 255) = 25.81%
R=57.26%
G=16.94%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71213200.700.550.72346.854.3518.04
Hex471520046374815b3612
Octal10725400106671105336622
Binary10001111010110000001000110110111100100010101101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471520; }

 p { color: rgb(71,21,32); }

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

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

 a { background-color: rgb(71,21,32); }

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

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

 span { border-color: rgb(71,21,32); }

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