#470419

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

Shades of Bordeaux #470419

Tints of Bordeaux #470419

Color information

#470419 (or 0x470419) is unknown color: approx Bordeaux. HEX triplet: 47, 04 and 19. RGB value is (71,4,25). Sum of RGB (Red+Green+Blue) = 71+4+25=100 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 71 - color contains mainly: red. Hex color #470419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470419 is #B8FBE6. Grayscale: #1A1A1A. Windows color (decimal): -12123111 or 1639495. OLE color: 1639495.

HSL color Cylindrical-coordinate representation of color #470419: hue angle of 341.19º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470419 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB71425-
CMYK00.940.650.72
HSL341.19º89.33%14.71%-
HSV(B)341.19º94.37%27.84%-
XYZ2.821.51.06-
YUV26.43127.2159.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 71%
GREEN value IS 4 (1.95% from 255) = 4%
BLUE value IS 25 (10.16% from 255) = 25%
R=71%
G=4%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7142500.940.650.72341.1989.3314.71
Hex4741905E414815559f
Octal107431013610111052513117
Binary100011110011001010111101000001100100010101010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470419; }

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

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

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

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

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

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

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

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