#470B1E

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

Shades of Bordeaux #470B1E

Tints of Bordeaux #470B1E

Color information

#470B1E (or 0x470B1E) is unknown color: approx Bordeaux. HEX triplet: 47, 0B and 1E. RGB value is (71,11,30). Sum of RGB (Red+Green+Blue) = 71+11+30=112 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.39% from 112); Green value is 11 (4.69% from 255 or 9.82% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 71 - color contains mainly: red. Hex color #470B1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470B1E is #B8F4E1. Grayscale: #1F1F1F. Windows color (decimal): -12121314 or 1968967. OLE color: 1968967.

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

Color convert

RGB711130-
CMYK00.850.580.72
HSL341º73.17%16.08%-
HSV(B)341º84.51%27.84%-
XYZ2.951.671.4-
YUV31.11127.38156.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 63.39%
GREEN value IS 11 (4.69% from 255) = 9.82%
BLUE value IS 30 (12.11% from 255) = 26.79%
R=63.39%
G=9.82%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71113000.850.580.7234173.1716.08
Hex47B1E0553A481554910
Octal107133601257211052511120
Binary1000111101111110010101011110101001000101010101100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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