#470D1A

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

Shades of Bordeaux #470D1A

Tints of Bordeaux #470D1A

Color information

#470D1A (or 0x470D1A) is unknown color: approx Bordeaux. HEX triplet: 47, 0D and 1A. RGB value is (71,13,26). Sum of RGB (Red+Green+Blue) = 71+13+26=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 13 (5.47% from 255 or 11.82% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #470D1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470D1A is #B8F2E5. Grayscale: #1F1F1F. Windows color (decimal): -12120806 or 1707335. OLE color: 1707335.

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

Color convert

RGB711326-
CMYK00.820.630.72
HSL346.55º69.05%16.47%-
HSV(B)346.55º81.69%27.84%-
XYZ2.931.71.15-
YUV31.82124.72155.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 64.55%
GREEN value IS 13 (5.47% from 255) = 11.82%
BLUE value IS 26 (10.55% from 255) = 23.64%
R=64.55%
G=11.82%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71132600.820.630.72346.5569.0516.47
Hex47D1A0523F4815b4510
Octal107153201227711053310520
Binary1000111110111010010100101111111001000101011011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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