#471721

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

Shades of Bordeaux #471721

Tints of Bordeaux #471721

Color information

#471721 (or 0x471721) is unknown color: approx Bordeaux. HEX triplet: 47, 17 and 21. RGB value is (71,23,33). Sum of RGB (Red+Green+Blue) = 71+23+33=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #471721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471721 is #B8E8DE. Grayscale: #262626. Windows color (decimal): -12118239 or 2168647. OLE color: 2168647.

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

Color convert

RGB712333-
CMYK00.680.540.72
HSL347.5º51.06%18.43%-
HSV(B)347.5º67.61%27.84%-
XYZ3.182.061.67-
YUV38.49124.9151.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.91%
GREEN value IS 23 (9.38% from 255) = 18.11%
BLUE value IS 33 (13.28% from 255) = 25.98%
R=55.91%
G=18.11%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71233300.680.540.72347.551.0618.43
Hex471721044364815c3312
Octal10727410104661105346322
Binary10001111011110000101000100110110100100010101110011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471721; }

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

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

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

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

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

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

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

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