#471722

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

Shades of Bordeaux #471722

Tints of Bordeaux #471722

Color information

#471722 (or 0x471722) is unknown color: approx Bordeaux. HEX triplet: 47, 17 and 22. RGB value is (71,23,34). Sum of RGB (Red+Green+Blue) = 71+23+34=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 34 (13.67% from 255 or 26.56% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #471722 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471722 is #B8E8DD. Grayscale: #262626. Windows color (decimal): -12118238 or 2234183. OLE color: 2234183.

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

Color convert

RGB712334-
CMYK00.680.520.72
HSL346.25º51.06%18.43%-
HSV(B)346.25º67.61%27.84%-
XYZ3.192.071.74-
YUV38.61125.4151.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.47%
GREEN value IS 23 (9.38% from 255) = 17.97%
BLUE value IS 34 (13.67% from 255) = 26.56%
R=55.47%
G=17.97%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71233400.680.520.72346.2551.0618.43
Hex471722044344815a3312
Octal10727420104641105326322
Binary10001111011110001001000100110100100100010101101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471722; }

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

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

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

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

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

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

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

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