#47101E

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

Shades of Bordeaux #47101E

Tints of Bordeaux #47101E

Color information

#47101E (or 0x47101E) is unknown color: approx Bordeaux. HEX triplet: 47, 10 and 1E. RGB value is (71,16,30). Sum of RGB (Red+Green+Blue) = 71+16+30=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #47101E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47101E is #B8EFE1. Grayscale: #222222. Windows color (decimal): -12120034 or 1970247. OLE color: 1970247.

HSL color Cylindrical-coordinate representation of color #47101E: hue angle of 344.73º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #47101E is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB711630-
CMYK00.770.580.72
HSL344.73º63.22%17.06%-
HSV(B)344.73º77.46%27.84%-
XYZ3.021.81.42-
YUV34.04125.72154.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 60.68%
GREEN value IS 16 (6.64% from 255) = 13.68%
BLUE value IS 30 (12.11% from 255) = 25.64%
R=60.68%
G=13.68%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71163000.770.580.72344.7363.2217.06
Hex47101E04D3A481593f11
Octal10720360115721105317721
Binary1000111100001111001001101111010100100010101100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47101E; }

 p { color: rgb(71,16,30); }

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

<style>
 a { background-color: #47101E; }

 a { background-color: rgb(71,16,30); }

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

<style>
 span { border-color: #47101E; }

 span { border-color: rgb(71,16,30); }

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