#471123

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

Shades of Bordeaux #471123

Tints of Bordeaux #471123

Color information

#471123 (or 0x471123) is unknown color: approx Bordeaux. HEX triplet: 47, 11 and 23. RGB value is (71,17,35). Sum of RGB (Red+Green+Blue) = 71+17+35=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #471123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471123 is #B8EEDC. Grayscale: #232323. Windows color (decimal): -12119773 or 2298183. OLE color: 2298183.

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

Color convert

RGB711735-
CMYK00.760.510.72
HSL340º61.36%17.25%-
HSV(B)340º76.06%27.84%-
XYZ3.11.861.79-
YUV35.2127.89153.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.72%
GREEN value IS 17 (7.03% from 255) = 13.82%
BLUE value IS 35 (14.06% from 255) = 28.46%
R=57.72%
G=13.82%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71173500.760.510.7234061.3617.25
Hex47112304C33481543d11
Octal10721430114631105247521
Binary10001111000110001101001100110011100100010101010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471123; }

 p { color: rgb(71,17,35); }

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

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

 a { background-color: rgb(71,17,35); }

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

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

 span { border-color: rgb(71,17,35); }

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