#471222

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

Shades of Bordeaux #471222

Tints of Bordeaux #471222

Color information

#471222 (or 0x471222) is unknown color: approx Bordeaux. HEX triplet: 47, 12 and 22. RGB value is (71,18,34). Sum of RGB (Red+Green+Blue) = 71+18+34=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #471222 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471222 is #B8EDDD. Grayscale: #232323. Windows color (decimal): -12119518 or 2232903. OLE color: 2232903.

HSL color Cylindrical-coordinate representation of color #471222: hue angle of 341.89º 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 #471222 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.72.

Color convert

RGB711834-
CMYK00.750.520.72
HSL341.89º59.55%17.45%-
HSV(B)341.89º74.65%27.84%-
XYZ3.11.891.71-
YUV35.67127.06153.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.72%
GREEN value IS 18 (7.42% from 255) = 14.63%
BLUE value IS 34 (13.67% from 255) = 27.64%
R=57.72%
G=14.63%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71183400.750.520.72341.8959.5517.45
Hex47122204B34481563c11
Octal10722420113641105267421
Binary10001111001010001001001011110100100100010101011011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471222; }

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

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

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

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

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

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

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

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