#470D18

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

Shades of Bordeaux #470D18

Tints of Bordeaux #470D18

Color information

#470D18 (or 0x470D18) is unknown color: approx Bordeaux. HEX triplet: 47, 0D and 18. RGB value is (71,13,24). Sum of RGB (Red+Green+Blue) = 71+13+24=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #470D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470D18 is #B8F2E7. Grayscale: #1F1F1F. Windows color (decimal): -12120808 or 1576263. OLE color: 1576263.

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

Color convert

RGB711324-
CMYK00.820.660.72
HSL348.62º69.05%16.47%-
HSV(B)348.62º81.69%27.84%-
XYZ2.911.691.04-
YUV31.6123.72156.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 65.74%
GREEN value IS 13 (5.47% from 255) = 12.04%
BLUE value IS 24 (9.77% from 255) = 22.22%
R=65.74%
G=12.04%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71132400.820.660.72348.6269.0516.47
Hex47D18052424815d4510
Octal1071530012210211053510520
Binary10001111101110000101001010000101001000101011101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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