#470F1A

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

Shades of Bordeaux #470F1A

Tints of Bordeaux #470F1A

Color information

#470F1A (or 0x470F1A) is unknown color: approx Bordeaux. HEX triplet: 47, 0F and 1A. RGB value is (71,15,26). Sum of RGB (Red+Green+Blue) = 71+15+26=112 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.39% from 112); Green value is 15 (6.25% from 255 or 13.39% from 112); Blue value is 26 (10.55% from 255 or 23.21% from 112); Max value from RGB is 71 - color contains mainly: red. Hex color #470F1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470F1A is #B8F0E5. Grayscale: #212121. Windows color (decimal): -12120294 or 1707847. OLE color: 1707847.

HSL color Cylindrical-coordinate representation of color #470F1A: hue angle of 348.21º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #470F1A is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB711526-
CMYK00.790.630.72
HSL348.21º65.12%16.86%-
HSV(B)348.21º78.87%27.84%-
XYZ2.961.761.16-
YUV33124.05155.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 63.39%
GREEN value IS 15 (6.25% from 255) = 13.39%
BLUE value IS 26 (10.55% from 255) = 23.21%
R=63.39%
G=13.39%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71152600.790.630.72348.2165.1216.86
Hex47F1A04F3F4815c4111
Octal107173201177711053410121
Binary1000111111111010010011111111111001000101011100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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