#40101E

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

Shades of Bordeaux #40101E

Tints of Bordeaux #40101E

Color information

#40101E (or 0x40101E) is unknown color: approx Bordeaux. HEX triplet: 40, 10 and 1E. RGB value is (64,16,30). Sum of RGB (Red+Green+Blue) = 64+16+30=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #40101E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40101E is #BFEFE1. Grayscale: #1F1F1F. Windows color (decimal): -12578786 or 1970240. OLE color: 1970240.

HSL color Cylindrical-coordinate representation of color #40101E: hue angle of 342.5º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40101E is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB641630-
CMYK00.750.530.75
HSL342.5º60%15.69%-
HSV(B)342.5º75%25.1%-
XYZ2.531.551.39-
YUV31.95126.9150.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.18%
GREEN value IS 16 (6.64% from 255) = 14.55%
BLUE value IS 30 (12.11% from 255) = 27.27%
R=58.18%
G=14.55%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64163000.750.530.75342.56015.69
Hex40101E04B354B1563c10
Octal10020360113651135267420
Binary1000000100001111001001011110101100101110101011011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40101E; }

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

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

<style>
 a { background-color: #40101E; }

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

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

<style>
 span { border-color: #40101E; }

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

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