#470D1E

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

Shades of Bordeaux #470D1E

Tints of Bordeaux #470D1E

Color information

#470D1E (or 0x470D1E) is unknown color: approx Bordeaux. HEX triplet: 47, 0D and 1E. RGB value is (71,13,30). Sum of RGB (Red+Green+Blue) = 71+13+30=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 13 (5.47% from 255 or 11.40% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #470D1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470D1E is #B8F2E1. Grayscale: #202020. Windows color (decimal): -12120802 or 1969479. OLE color: 1969479.

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

Color convert

RGB711330-
CMYK00.820.580.72
HSL342.41º69.05%16.47%-
HSV(B)342.41º81.69%27.84%-
XYZ2.981.721.4-
YUV32.28126.72155.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.28%
GREEN value IS 13 (5.47% from 255) = 11.40%
BLUE value IS 30 (12.11% from 255) = 26.32%
R=62.28%
G=11.40%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71133000.820.580.72342.4169.0516.47
Hex47D1E0523A481564510
Octal107153601227211052610520
Binary1000111110111110010100101110101001000101010110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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