#400F1D

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

Shades of Bordeaux #400F1D

Tints of Bordeaux #400F1D

Color information

#400F1D (or 0x400F1D) is unknown color: approx Bordeaux. HEX triplet: 40, 0F and 1D. RGB value is (64,15,29). Sum of RGB (Red+Green+Blue) = 64+15+29=108 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.26% from 108); Green value is 15 (6.25% from 255 or 13.89% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 64 - color contains mainly: red. Hex color #400F1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400F1D is #BFF0E2. Grayscale: #1F1F1F. Windows color (decimal): -12579043 or 1904448. OLE color: 1904448.

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

Color convert

RGB641529-
CMYK00.770.550.75
HSL342.86º62.03%15.49%-
HSV(B)342.86º76.56%25.1%-
XYZ2.511.521.32-
YUV31.25126.73151.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 59.26%
GREEN value IS 15 (6.25% from 255) = 13.89%
BLUE value IS 29 (11.72% from 255) = 26.85%
R=59.26%
G=13.89%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64152900.770.550.75342.8662.0315.49
Hex40F1D04D374B1573ef
Octal10017350115671135277617
Binary10000001111111010100110111011110010111010101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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