#471724

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

Shades of Bordeaux #471724

Tints of Bordeaux #471724

Color information

#471724 (or 0x471724) is unknown color: approx Bordeaux. HEX triplet: 47, 17 and 24. RGB value is (71,23,36). Sum of RGB (Red+Green+Blue) = 71+23+36=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #471724 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471724 is #B8E8DB. Grayscale: #262626. Windows color (decimal): -12118236 or 2365255. OLE color: 2365255.

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

Color convert

RGB712336-
CMYK00.680.490.72
HSL343.75º51.06%18.43%-
HSV(B)343.75º67.61%27.84%-
XYZ3.222.081.9-
YUV38.83126.4150.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.62%
GREEN value IS 23 (9.38% from 255) = 17.69%
BLUE value IS 36 (14.45% from 255) = 27.69%
R=54.62%
G=17.69%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71233600.680.490.72343.7551.0618.43
Hex47172404431481583312
Octal10727440104611105306322
Binary10001111011110010001000100110001100100010101100011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471724; }

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

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

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

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

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

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

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

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