#47181D

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

Shades of Bordeaux #47181D

Tints of Bordeaux #47181D

Color information

#47181D (or 0x47181D) is unknown color: approx Bordeaux. HEX triplet: 47, 18 and 1D. RGB value is (71,24,29). Sum of RGB (Red+Green+Blue) = 71+24+29=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #47181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47181D is #B8E7E2. Grayscale: #262626. Windows color (decimal): -12117987 or 1906759. OLE color: 1906759.

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

Color convert

RGB712429-
CMYK00.660.590.72
HSL353.62º49.47%18.63%-
HSV(B)353.62º66.2%27.84%-
XYZ3.152.081.4-
YUV38.62122.57151.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.26%
GREEN value IS 24 (9.77% from 255) = 19.35%
BLUE value IS 29 (11.72% from 255) = 23.39%
R=57.26%
G=19.35%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71242900.660.590.72353.6249.4718.63
Hex47181D0423B481623113
Octal10730350102731105426123
Binary1000111110001110101000010111011100100010110001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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