#471020

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

Shades of Bordeaux #471020

Tints of Bordeaux #471020

Color information

#471020 (or 0x471020) is unknown color: approx Bordeaux. HEX triplet: 47, 10 and 20. RGB value is (71,16,32). Sum of RGB (Red+Green+Blue) = 71+16+32=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 32 (12.89% from 255 or 26.89% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #471020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471020 is #B8EFDF. Grayscale: #222222. Windows color (decimal): -12120032 or 2101319. OLE color: 2101319.

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

Color convert

RGB711632-
CMYK00.770.550.72
HSL342.55º63.22%17.06%-
HSV(B)342.55º77.46%27.84%-
XYZ3.041.811.56-
YUV34.27126.72154.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 59.66%
GREEN value IS 16 (6.64% from 255) = 13.45%
BLUE value IS 32 (12.89% from 255) = 26.89%
R=59.66%
G=13.45%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.55
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71163200.770.550.72342.5563.2217.06
Hex47102004D37481573f11
Octal10720400115671105277721
Binary10001111000010000001001101110111100100010101011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471020; }

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

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

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

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

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

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

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

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