#470418

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

Shades of Bordeaux #470418

Tints of Bordeaux #470418

Color information

#470418 (or 0x470418) is unknown color: approx Bordeaux. HEX triplet: 47, 04 and 18. RGB value is (71,4,24). Sum of RGB (Red+Green+Blue) = 71+4+24=99 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71.72% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 71 - color contains mainly: red. Hex color #470418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470418 is #B8FBE7. Grayscale: #1A1A1A. Windows color (decimal): -12123112 or 1573959. OLE color: 1573959.

HSL color Cylindrical-coordinate representation of color #470418: hue angle of 342.09º 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 #470418 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.72.

Color convert

RGB71424-
CMYK00.940.660.72
HSL342.09º89.33%14.71%-
HSV(B)342.09º94.37%27.84%-
XYZ2.811.491-
YUV26.31126.7159.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 71.72%
GREEN value IS 4 (1.95% from 255) = 4.04%
BLUE value IS 24 (9.77% from 255) = 24.24%
R=71.72%
G=4.04%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7142400.940.660.72342.0989.3314.71
Hex4741805E424815659f
Octal107430013610211052613117
Binary100011110011000010111101000010100100010101011010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470418; }

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

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

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

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

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

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

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

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