#400E1F

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

Shades of Bordeaux #400E1F

Tints of Bordeaux #400E1F

Color information

#400E1F (or 0x400E1F) is unknown color: approx Bordeaux. HEX triplet: 40, 0E and 1F. RGB value is (64,14,31). Sum of RGB (Red+Green+Blue) = 64+14+31=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 14 (5.86% from 255 or 12.84% from 109); Blue value is 31 (12.5% from 255 or 28.44% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #400E1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400E1F is #BFF1E0. Grayscale: #1E1E1E. Windows color (decimal): -12579297 or 2035264. OLE color: 2035264.

HSL color Cylindrical-coordinate representation of color #400E1F: hue angle of 339.6º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #400E1F is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB641431-
CMYK00.780.520.75
HSL339.6º64.1%15.29%-
HSV(B)339.6º78.12%25.1%-
XYZ2.521.51.45-
YUV30.89128.06151.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.72%
GREEN value IS 14 (5.86% from 255) = 12.84%
BLUE value IS 31 (12.5% from 255) = 28.44%
R=58.72%
G=12.84%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64143100.780.520.75339.664.115.29
Hex40E1F04E344B15440f
Octal100163701166411352410017
Binary100000011101111101001110110100100101110101010010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400E1F; }

 p { color: rgb(64,14,31); }

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

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

 a { background-color: rgb(64,14,31); }

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

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

 span { border-color: rgb(64,14,31); }

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