#470D1D

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

Shades of Bordeaux #470D1D

Tints of Bordeaux #470D1D

Color information

#470D1D (or 0x470D1D) is unknown color: approx Bordeaux. HEX triplet: 47, 0D and 1D. RGB value is (71,13,29). Sum of RGB (Red+Green+Blue) = 71+13+29=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 13 (5.47% from 255 or 11.50% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #470D1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470D1D is #B8F2E2. Grayscale: #202020. Windows color (decimal): -12120803 or 1903943. OLE color: 1903943.

HSL color Cylindrical-coordinate representation of color #470D1D: hue angle of 343.45º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #470D1D is Cyan = 0, Magento = 0.82, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB711329-
CMYK00.820.590.72
HSL343.45º69.05%16.47%-
HSV(B)343.45º81.69%27.84%-
XYZ2.961.721.34-
YUV32.17126.22155.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.83%
GREEN value IS 13 (5.47% from 255) = 11.50%
BLUE value IS 29 (11.72% from 255) = 25.66%
R=62.83%
G=11.50%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71132900.820.590.72343.4569.0516.47
Hex47D1D0523B481574510
Octal107153501227311052710520
Binary1000111110111101010100101110111001000101010111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,13,29); }

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

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

 a { background-color: rgb(71,13,29); }

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

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

 span { border-color: rgb(71,13,29); }

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