#47141F

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

Shades of Bordeaux #47141F

Tints of Bordeaux #47141F

Color information

#47141F (or 0x47141F) is unknown color: approx Bordeaux. HEX triplet: 47, 14 and 1F. RGB value is (71,20,31). Sum of RGB (Red+Green+Blue) = 71+20+31=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #47141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47141F is #B8EBE0. Grayscale: #242424. Windows color (decimal): -12119009 or 2036807. OLE color: 2036807.

HSL color Cylindrical-coordinate representation of color #47141F: hue angle of 347.06º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #47141F is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB712031-
CMYK00.720.560.72
HSL347.06º56.04%17.84%-
HSV(B)347.06º71.83%27.84%-
XYZ3.11.941.51-
YUV36.5124.9152.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.20%
GREEN value IS 20 (8.20% from 255) = 16.39%
BLUE value IS 31 (12.5% from 255) = 25.41%
R=58.20%
G=16.39%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71203100.720.560.72347.0656.0417.84
Hex47141F048384815b3812
Octal10724370110701105337022
Binary1000111101001111101001000111000100100010101101111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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