#471320

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

Shades of Bordeaux #471320

Tints of Bordeaux #471320

Color information

#471320 (or 0x471320) is unknown color: approx Bordeaux. HEX triplet: 47, 13 and 20. RGB value is (71,19,32). Sum of RGB (Red+Green+Blue) = 71+19+32=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #471320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471320 is #B8ECDF. Grayscale: #242424. Windows color (decimal): -12119264 or 2102087. OLE color: 2102087.

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

Color convert

RGB711932-
CMYK00.730.550.72
HSL345º57.78%17.65%-
HSV(B)345º73.24%27.84%-
XYZ3.091.911.57-
YUV36.03125.73152.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.20%
GREEN value IS 19 (7.81% from 255) = 15.57%
BLUE value IS 32 (12.89% from 255) = 26.23%
R=58.20%
G=15.57%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71193200.730.550.7234557.7817.65
Hex47132004937481593a12
Octal10723400111671105317222
Binary10001111001110000001001001110111100100010101100111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471320; }

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

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

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

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

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

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

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

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