#400D1C

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

Shades of Bordeaux #400D1C

Tints of Bordeaux #400D1C

Color information

#400D1C (or 0x400D1C) is unknown color: approx Bordeaux. HEX triplet: 40, 0D and 1C. RGB value is (64,13,28). Sum of RGB (Red+Green+Blue) = 64+13+28=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #400D1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400D1C is #BFF2E3. Grayscale: #1D1D1D. Windows color (decimal): -12579556 or 1838400. OLE color: 1838400.

HSL color Cylindrical-coordinate representation of color #400D1C: hue angle of 342.35º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #400D1C is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB641328-
CMYK00.800.560.75
HSL342.35º66.23%15.1%-
HSV(B)342.35º79.69%25.1%-
XYZ2.471.461.25-
YUV29.96126.9152.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.95%
GREEN value IS 13 (5.47% from 255) = 12.38%
BLUE value IS 28 (11.33% from 255) = 26.67%
R=60.95%
G=12.38%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64132800.800.560.75342.3566.2315.1
Hex40D1C050384B15642f
Octal100153401207011352610217
Binary100000011011110001010000111000100101110101011010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,13,28); }

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

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

 a { background-color: rgb(64,13,28); }

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

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

 span { border-color: rgb(64,13,28); }

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