#47181F

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

Shades of Bordeaux #47181F

Tints of Bordeaux #47181F

Color information

#47181F (or 0x47181F) is unknown color: approx Bordeaux. HEX triplet: 47, 18 and 1F. RGB value is (71,24,31). Sum of RGB (Red+Green+Blue) = 71+24+31=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #47181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47181F is #B8E7E0. Grayscale: #262626. Windows color (decimal): -12117985 or 2037831. OLE color: 2037831.

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

Color convert

RGB712431-
CMYK00.660.560.72
HSL351.06º49.47%18.63%-
HSV(B)351.06º66.2%27.84%-
XYZ3.172.091.53-
YUV38.85123.57150.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.35%
GREEN value IS 24 (9.77% from 255) = 19.05%
BLUE value IS 31 (12.5% from 255) = 24.60%
R=56.35%
G=19.05%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71243100.660.560.72351.0649.4718.63
Hex47181F042384815f3113
Octal10730370102701105376123
Binary1000111110001111101000010111000100100010101111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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