#47121F

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

Shades of Bordeaux #47121F

Tints of Bordeaux #47121F

Color information

#47121F (or 0x47121F) is unknown color: approx Bordeaux. HEX triplet: 47, 12 and 1F. RGB value is (71,18,31). Sum of RGB (Red+Green+Blue) = 71+18+31=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #47121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47121F is #B8EDE0. Grayscale: #232323. Windows color (decimal): -12119521 or 2036295. OLE color: 2036295.

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

Color convert

RGB711831-
CMYK00.750.560.72
HSL345.28º59.55%17.45%-
HSV(B)345.28º74.65%27.84%-
XYZ3.061.871.5-
YUV35.33125.56153.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 59.17%
GREEN value IS 18 (7.42% from 255) = 15%
BLUE value IS 31 (12.5% from 255) = 25.83%
R=59.17%
G=15%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71183100.750.560.72345.2859.5517.45
Hex47121F04B38481593c11
Octal10722370113701105317421
Binary1000111100101111101001011111000100100010101100111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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