#400C1E

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

Shades of Bordeaux #400C1E

Tints of Bordeaux #400C1E

Color information

#400C1E (or 0x400C1E) is unknown color: approx Bordeaux. HEX triplet: 40, 0C and 1E. RGB value is (64,12,30). Sum of RGB (Red+Green+Blue) = 64+12+30=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 12 (5.08% from 255 or 11.32% from 106); Blue value is 30 (12.11% from 255 or 28.30% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #400C1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400C1E is #BFF3E1. Grayscale: #1D1D1D. Windows color (decimal): -12579810 or 1969216. OLE color: 1969216.

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

Color convert

RGB641230-
CMYK00.810.530.75
HSL339.23º68.42%14.9%-
HSV(B)339.23º81.25%25.1%-
XYZ2.481.451.38-
YUV29.6128.23152.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.38%
GREEN value IS 12 (5.08% from 255) = 11.32%
BLUE value IS 30 (12.11% from 255) = 28.30%
R=60.38%
G=11.32%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64123000.810.530.75339.2368.4214.9
Hex40C1E051354B15344f
Octal100143601216511352310417
Binary100000011001111001010001110101100101110101001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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