#470117

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

Shades of Bordeaux #470117

Tints of Bordeaux #470117

Color information

#470117 (or 0x470117) is unknown color: approx Bordeaux. HEX triplet: 47, 01 and 17. RGB value is (71,1,23). Sum of RGB (Red+Green+Blue) = 71+1+23=95 (12% of max value = 765). Red value is 71 (28.12% from 255 or 74.74% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 23 (9.38% from 255 or 24.21% from 95); Max value from RGB is 71 - color contains mainly: red. Hex color #470117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470117 is #B8FEE8. Grayscale: #181818. Windows color (decimal): -12123881 or 1507655. OLE color: 1507655.

HSL color Cylindrical-coordinate representation of color #470117: hue angle of 341.14º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #470117 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB71123-
CMYK00.990.680.72
HSL341.14º97.22%14.12%-
HSV(B)341.14º98.59%27.84%-
XYZ2.761.420.94-
YUV24.44127.19161.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 74.74%
GREEN value IS 1 (0.78% from 255) = 1.05%
BLUE value IS 23 (9.38% from 255) = 24.21%
R=74.74%
G=1.05%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.68
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7112300.990.680.72341.1497.2214.12
Hex47117063444815561e
Octal107127014310411052514116
Binary1000111110111011000111000100100100010101010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470117; }

 p { color: rgb(71,1,23); }

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

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

 a { background-color: rgb(71,1,23); }

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

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

 span { border-color: rgb(71,1,23); }

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