#471723

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

Shades of Bordeaux #471723

Tints of Bordeaux #471723

Color information

#471723 (or 0x471723) is unknown color: approx Bordeaux. HEX triplet: 47, 17 and 23. RGB value is (71,23,35). Sum of RGB (Red+Green+Blue) = 71+23+35=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 35 (14.06% from 255 or 27.13% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #471723 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471723 is #B8E8DC. Grayscale: #262626. Windows color (decimal): -12118237 or 2299719. OLE color: 2299719.

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

Color convert

RGB712335-
CMYK00.680.510.72
HSL345º51.06%18.43%-
HSV(B)345º67.61%27.84%-
XYZ3.212.071.82-
YUV38.72125.9151.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.04%
GREEN value IS 23 (9.38% from 255) = 17.83%
BLUE value IS 35 (14.06% from 255) = 27.13%
R=55.04%
G=17.83%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71233500.680.510.7234551.0618.43
Hex47172304433481593312
Octal10727430104631105316322
Binary10001111011110001101000100110011100100010101100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471723; }

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

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

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

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

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

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

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

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