#47121C

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

Shades of Bordeaux #47121C

Tints of Bordeaux #47121C

Color information

#47121C (or 0x47121C) is unknown color: approx Bordeaux. HEX triplet: 47, 12 and 1C. RGB value is (71,18,28). Sum of RGB (Red+Green+Blue) = 71+18+28=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #47121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47121C is #B8EDE3. Grayscale: #232323. Windows color (decimal): -12119524 or 1839687. OLE color: 1839687.

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

Color convert

RGB711828-
CMYK00.750.610.72
HSL348.68º59.55%17.45%-
HSV(B)348.68º74.65%27.84%-
XYZ3.021.861.3-
YUV34.99124.06153.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.68%
GREEN value IS 18 (7.42% from 255) = 15.38%
BLUE value IS 28 (11.33% from 255) = 23.93%
R=60.68%
G=15.38%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71182800.750.610.72348.6859.5517.45
Hex47121C04B3D4815d3c11
Octal10722340113751105357421
Binary1000111100101110001001011111101100100010101110111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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