#47121A

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

Shades of Bordeaux #47121A

Tints of Bordeaux #47121A

Color information

#47121A (or 0x47121A) is unknown color: approx Bordeaux. HEX triplet: 47, 12 and 1A. RGB value is (71,18,26). Sum of RGB (Red+Green+Blue) = 71+18+26=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #47121A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47121A is #B8EDE5. Grayscale: #222222. Windows color (decimal): -12119526 or 1708615. OLE color: 1708615.

HSL color Cylindrical-coordinate representation of color #47121A: hue angle of 350.94º 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 #47121A is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB711826-
CMYK00.750.630.72
HSL350.94º59.55%17.45%-
HSV(B)350.94º74.65%27.84%-
XYZ31.851.18-
YUV34.76123.06153.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 61.74%
GREEN value IS 18 (7.42% from 255) = 15.65%
BLUE value IS 26 (10.55% from 255) = 22.61%
R=61.74%
G=15.65%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71182600.750.630.72350.9459.5517.45
Hex47121A04B3F4815f3c11
Octal10722320113771105377421
Binary1000111100101101001001011111111100100010101111111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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