#470B1F

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

Shades of Bordeaux #470B1F

Tints of Bordeaux #470B1F

Color information

#470B1F (or 0x470B1F) is unknown color: approx Bordeaux. HEX triplet: 47, 0B and 1F. RGB value is (71,11,31). Sum of RGB (Red+Green+Blue) = 71+11+31=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #470B1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470B1F is #B8F4E0. Grayscale: #1F1F1F. Windows color (decimal): -12121313 or 2034503. OLE color: 2034503.

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

Color convert

RGB711131-
CMYK00.850.560.72
HSL340º73.17%16.08%-
HSV(B)340º84.51%27.84%-
XYZ2.971.681.46-
YUV31.22127.88156.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.83%
GREEN value IS 11 (4.69% from 255) = 9.73%
BLUE value IS 31 (12.5% from 255) = 27.43%
R=62.83%
G=9.73%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71113100.850.560.7234073.1716.08
Hex47B1F05538481544910
Octal107133701257011052411120
Binary1000111101111111010101011110001001000101010100100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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