#471422

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

Shades of Bordeaux #471422

Tints of Bordeaux #471422

Color information

#471422 (or 0x471422) is unknown color: approx Bordeaux. HEX triplet: 47, 14 and 22. RGB value is (71,20,34). Sum of RGB (Red+Green+Blue) = 71+20+34=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #471422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471422 is #B8EBDD. Grayscale: #242424. Windows color (decimal): -12119006 or 2233415. OLE color: 2233415.

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

Color convert

RGB712034-
CMYK00.720.520.72
HSL343.53º56.04%17.84%-
HSV(B)343.53º71.83%27.84%-
XYZ3.141.961.73-
YUV36.84126.4152.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.8%
GREEN value IS 20 (8.20% from 255) = 16%
BLUE value IS 34 (13.67% from 255) = 27.2%
R=56.8%
G=16%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71203400.720.520.72343.5356.0417.84
Hex47142204834481583812
Octal10724420110641105307022
Binary10001111010010001001001000110100100100010101100011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471422; }

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

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

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

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

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

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

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

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