#470A1C

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

Shades of Bordeaux #470A1C

Tints of Bordeaux #470A1C

Color information

#470A1C (or 0x470A1C) is unknown color: approx Bordeaux. HEX triplet: 47, 0A and 1C. RGB value is (71,10,28). Sum of RGB (Red+Green+Blue) = 71+10+28=109 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.14% from 109); Green value is 10 (4.30% from 255 or 9.17% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 71 - color contains mainly: red. Hex color #470A1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470A1C is #B8F5E3. Grayscale: #1E1E1E. Windows color (decimal): -12121572 or 1837639. OLE color: 1837639.

HSL color Cylindrical-coordinate representation of color #470A1C: hue angle of 342.3º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #470A1C is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB711028-
CMYK00.860.610.72
HSL342.3º75.31%15.88%-
HSV(B)342.3º85.92%27.84%-
XYZ2.921.641.26-
YUV30.29126.71157.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 65.14%
GREEN value IS 10 (4.30% from 255) = 9.17%
BLUE value IS 28 (11.33% from 255) = 25.69%
R=65.14%
G=9.17%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71102800.860.610.72342.375.3115.88
Hex47A1C0563D481564b10
Octal107123401267511052611320
Binary1000111101011100010101101111011001000101010110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,10,28); }

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

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

 a { background-color: rgb(71,10,28); }

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

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

 span { border-color: rgb(71,10,28); }

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