#470B1C

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

Shades of Bordeaux #470B1C

Tints of Bordeaux #470B1C

Color information

#470B1C (or 0x470B1C) is unknown color: approx Bordeaux. HEX triplet: 47, 0B and 1C. RGB value is (71,11,28). Sum of RGB (Red+Green+Blue) = 71+11+28=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 11 (4.69% from 255 or 10% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #470B1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470B1C is #B8F4E3. Grayscale: #1E1E1E. Windows color (decimal): -12121316 or 1837895. OLE color: 1837895.

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

Color convert

RGB711128-
CMYK00.850.610.72
HSL343º73.17%16.08%-
HSV(B)343º84.51%27.84%-
XYZ2.931.661.27-
YUV30.88126.38156.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 64.55%
GREEN value IS 11 (4.69% from 255) = 10%
BLUE value IS 28 (11.33% from 255) = 25.45%
R=64.55%
G=10%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71112800.850.610.7234373.1716.08
Hex47B1C0553D481574910
Octal107133401257511052711120
Binary1000111101111100010101011111011001000101010111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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