#47181E

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

Shades of Bordeaux #47181E

Tints of Bordeaux #47181E

Color information

#47181E (or 0x47181E) is unknown color: approx Bordeaux. HEX triplet: 47, 18 and 1E. RGB value is (71,24,30). Sum of RGB (Red+Green+Blue) = 71+24+30=125 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.8% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 71 - color contains mainly: red. Hex color #47181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47181E is #B8E7E1. Grayscale: #262626. Windows color (decimal): -12117986 or 1972295. OLE color: 1972295.

HSL color Cylindrical-coordinate representation of color #47181E: hue angle of 352.34º 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 #47181E is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB712430-
CMYK00.660.580.72
HSL352.34º49.47%18.63%-
HSV(B)352.34º66.2%27.84%-
XYZ3.162.091.46-
YUV38.74123.07151.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.8%
GREEN value IS 24 (9.77% from 255) = 19.2%
BLUE value IS 30 (12.11% from 255) = 24%
R=56.8%
G=19.2%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71243000.660.580.72352.3449.4718.63
Hex47181E0423A481603113
Octal10730360102721105406123
Binary1000111110001111001000010111010100100010110000011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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