#470F1E

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

Shades of Bordeaux #470F1E

Tints of Bordeaux #470F1E

Color information

#470F1E (or 0x470F1E) is unknown color: approx Bordeaux. HEX triplet: 47, 0F and 1E. RGB value is (71,15,30). Sum of RGB (Red+Green+Blue) = 71+15+30=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 15 (6.25% from 255 or 12.93% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #470F1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470F1E is #B8F0E1. Grayscale: #212121. Windows color (decimal): -12120290 or 1969991. OLE color: 1969991.

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

Color convert

RGB711530-
CMYK00.790.580.72
HSL343.93º65.12%16.86%-
HSV(B)343.93º78.87%27.84%-
XYZ31.771.41-
YUV33.45126.05154.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 61.21%
GREEN value IS 15 (6.25% from 255) = 12.93%
BLUE value IS 30 (12.11% from 255) = 25.86%
R=61.21%
G=12.93%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71153000.790.580.72343.9365.1216.86
Hex47F1E04F3A481584111
Octal107173601177211053010121
Binary1000111111111110010011111110101001000101011000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470F1E; }

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

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

<style>
 a { background-color: #470F1E; }

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

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

<style>
 span { border-color: #470F1E; }

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

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