#400C1C

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

Shades of Bordeaux #400C1C

Tints of Bordeaux #400C1C

Color information

#400C1C (or 0x400C1C) is unknown color: approx Bordeaux. HEX triplet: 40, 0C and 1C. RGB value is (64,12,28). Sum of RGB (Red+Green+Blue) = 64+12+28=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #400C1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C1C is #BFF3E3. Grayscale: #1D1D1D. Windows color (decimal): -12579812 or 1838144. OLE color: 1838144.

HSL color Cylindrical-coordinate representation of color #400C1C: hue angle of 341.54º 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 #400C1C is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB641228-
CMYK00.810.560.75
HSL341.54º68.42%14.9%-
HSV(B)341.54º81.25%25.1%-
XYZ2.461.441.25-
YUV29.37127.23152.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 61.54%
GREEN value IS 12 (5.08% from 255) = 11.54%
BLUE value IS 28 (11.33% from 255) = 26.92%
R=61.54%
G=11.54%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64122800.810.560.75341.5468.4214.9
Hex40C1C051384B15644f
Octal100143401217011352610417
Binary100000011001110001010001111000100101110101011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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