#471522

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

Shades of Bordeaux #471522

Tints of Bordeaux #471522

Color information

#471522 (or 0x471522) is unknown color: approx Bordeaux. HEX triplet: 47, 15 and 22. RGB value is (71,21,34). Sum of RGB (Red+Green+Blue) = 71+21+34=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #471522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471522 is #B8EADD. Grayscale: #252525. Windows color (decimal): -12118750 or 2233671. OLE color: 2233671.

HSL color Cylindrical-coordinate representation of color #471522: hue angle of 344.4º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #471522 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.72.

Color convert

RGB712134-
CMYK00.700.520.72
HSL344.4º54.35%18.04%-
HSV(B)344.4º70.42%27.84%-
XYZ3.161.991.73-
YUV37.43126.06151.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.35%
GREEN value IS 21 (8.59% from 255) = 16.67%
BLUE value IS 34 (13.67% from 255) = 26.98%
R=56.35%
G=16.67%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71213400.700.520.72344.454.3518.04
Hex47152204634481583612
Octal10725420106641105306622
Binary10001111010110001001000110110100100100010101100011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471522; }

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

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

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

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

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

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

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

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