#471220

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

Shades of Bordeaux #471220

Tints of Bordeaux #471220

Color information

#471220 (or 0x471220) is unknown color: approx Bordeaux. HEX triplet: 47, 12 and 20. RGB value is (71,18,32). Sum of RGB (Red+Green+Blue) = 71+18+32=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #471220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471220 is #B8EDDF. Grayscale: #232323. Windows color (decimal): -12119520 or 2101831. OLE color: 2101831.

HSL color Cylindrical-coordinate representation of color #471220: hue angle of 344.15º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #471220 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB711832-
CMYK00.750.550.72
HSL344.15º59.55%17.45%-
HSV(B)344.15º74.65%27.84%-
XYZ3.081.881.57-
YUV35.44126.06153.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.68%
GREEN value IS 18 (7.42% from 255) = 14.88%
BLUE value IS 32 (12.89% from 255) = 26.45%
R=58.68%
G=14.88%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71183200.750.550.72344.1559.5517.45
Hex47122004B37481583c11
Octal10722400113671105307421
Binary10001111001010000001001011110111100100010101100011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471220; }

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

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

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

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

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

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

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

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