#47191D

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

Shades of Bordeaux #47191D

Tints of Bordeaux #47191D

Color information

#47191D (or 0x47191D) is unknown color: approx Bordeaux. HEX triplet: 47, 19 and 1D. RGB value is (71,25,29). Sum of RGB (Red+Green+Blue) = 71+25+29=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #47191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47191D is #B8E6E2. Grayscale: #272727. Windows color (decimal): -12117731 or 1907015. OLE color: 1907015.

HSL color Cylindrical-coordinate representation of color #47191D: hue angle of 354.78º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47191D is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB712529-
CMYK00.650.590.72
HSL354.78º47.92%18.82%-
HSV(B)354.78º64.79%27.84%-
XYZ3.172.121.41-
YUV39.21122.24150.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.8%
GREEN value IS 25 (10.16% from 255) = 20%
BLUE value IS 29 (11.72% from 255) = 23.2%
R=56.8%
G=20%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71252900.650.590.72354.7847.9218.82
Hex47191D0413B481633013
Octal10731350101731105436023
Binary1000111110011110101000001111011100100010110001111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47191D; }

 p { color: rgb(71,25,29); }

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

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

 a { background-color: rgb(71,25,29); }

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

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

 span { border-color: rgb(71,25,29); }

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