#470F1B

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

Shades of Bordeaux #470F1B

Tints of Bordeaux #470F1B

Color information

#470F1B (or 0x470F1B) is unknown color: approx Bordeaux. HEX triplet: 47, 0F and 1B. RGB value is (71,15,27). Sum of RGB (Red+Green+Blue) = 71+15+27=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 15 (6.25% from 255 or 13.27% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #470F1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470F1B is #B8F0E4. Grayscale: #212121. Windows color (decimal): -12120293 or 1773383. OLE color: 1773383.

HSL color Cylindrical-coordinate representation of color #470F1B: hue angle of 347.14º 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 #470F1B is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB711527-
CMYK00.790.620.72
HSL347.14º65.12%16.86%-
HSV(B)347.14º78.87%27.84%-
XYZ2.971.761.22-
YUV33.11124.55155.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.83%
GREEN value IS 15 (6.25% from 255) = 13.27%
BLUE value IS 27 (10.94% from 255) = 23.89%
R=62.83%
G=13.27%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71152700.790.620.72347.1465.1216.86
Hex47F1B04F3E4815b4111
Octal107173301177611053310121
Binary1000111111111011010011111111101001000101011011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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