#400C1D

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

Shades of Bordeaux #400C1D

Tints of Bordeaux #400C1D

Color information

#400C1D (or 0x400C1D) is unknown color: approx Bordeaux. HEX triplet: 40, 0C and 1D. RGB value is (64,12,29). Sum of RGB (Red+Green+Blue) = 64+12+29=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #400C1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C1D is #BFF3E2. Grayscale: #1D1D1D. Windows color (decimal): -12579811 or 1903680. OLE color: 1903680.

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

Color convert

RGB641229-
CMYK00.810.550.75
HSL340.38º68.42%14.9%-
HSV(B)340.38º81.25%25.1%-
XYZ2.471.441.31-
YUV29.49127.73152.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.95%
GREEN value IS 12 (5.08% from 255) = 11.43%
BLUE value IS 29 (11.72% from 255) = 27.62%
R=60.95%
G=11.43%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64122900.810.550.75340.3868.4214.9
Hex40C1D051374B15444f
Octal100143501216711352410417
Binary100000011001110101010001110111100101110101010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,12,29); }

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

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

 a { background-color: rgb(64,12,29); }

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

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

 span { border-color: rgb(64,12,29); }

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