#470D19

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

Shades of Bordeaux #470D19

Tints of Bordeaux #470D19

Color information

#470D19 (or 0x470D19) is unknown color: approx Bordeaux. HEX triplet: 47, 0D and 19. RGB value is (71,13,25). Sum of RGB (Red+Green+Blue) = 71+13+25=109 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.14% from 109); Green value is 13 (5.47% from 255 or 11.93% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 71 - color contains mainly: red. Hex color #470D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470D19 is #B8F2E6. Grayscale: #1F1F1F. Windows color (decimal): -12120807 or 1641799. OLE color: 1641799.

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

Color convert

RGB711325-
CMYK00.820.650.72
HSL347.59º69.05%16.47%-
HSV(B)347.59º81.69%27.84%-
XYZ2.921.71.09-
YUV31.71124.22156.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 65.14%
GREEN value IS 13 (5.47% from 255) = 11.93%
BLUE value IS 25 (10.16% from 255) = 22.94%
R=65.14%
G=11.93%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71132500.820.650.72347.5969.0516.47
Hex47D19052414815c4510
Octal1071531012210111053410520
Binary10001111101110010101001010000011001000101011100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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