#47171C

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

Shades of Bordeaux #47171C

Tints of Bordeaux #47171C

Color information

#47171C (or 0x47171C) is unknown color: approx Bordeaux. HEX triplet: 47, 17 and 1C. RGB value is (71,23,28). Sum of RGB (Red+Green+Blue) = 71+23+28=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 28 (11.33% from 255 or 22.95% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #47171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47171C is #B8E8E3. Grayscale: #252525. Windows color (decimal): -12118244 or 1840967. OLE color: 1840967.

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

Color convert

RGB712328-
CMYK00.680.610.72
HSL353.75º51.06%18.43%-
HSV(B)353.75º67.61%27.84%-
XYZ3.112.041.33-
YUV37.92122.4151.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.20%
GREEN value IS 23 (9.38% from 255) = 18.85%
BLUE value IS 28 (11.33% from 255) = 22.95%
R=58.20%
G=18.85%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71232800.680.610.72353.7551.0618.43
Hex47171C0443D481623312
Octal10727340104751105426322
Binary1000111101111110001000100111101100100010110001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47171C; }

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

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

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

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

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

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

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

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