#40121E

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

Shades of Bordeaux #40121E

Tints of Bordeaux #40121E

Color information

#40121E (or 0x40121E) is unknown color: approx Bordeaux. HEX triplet: 40, 12 and 1E. RGB value is (64,18,30). Sum of RGB (Red+Green+Blue) = 64+18+30=112 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.14% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 64 - color contains mainly: red. Hex color #40121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40121E is #BFEDE1. Grayscale: #212121. Windows color (decimal): -12578274 or 1970752. OLE color: 1970752.

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

Color convert

RGB641830-
CMYK00.720.530.75
HSL344.35º56.1%16.08%-
HSV(B)344.35º71.88%25.1%-
XYZ2.571.621.41-
YUV33.12126.24150.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.14%
GREEN value IS 18 (7.42% from 255) = 16.07%
BLUE value IS 30 (12.11% from 255) = 26.79%
R=57.14%
G=16.07%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64183000.720.530.75344.3556.116.08
Hex40121E048354B1583810
Octal10022360110651135307020
Binary1000000100101111001001000110101100101110101100011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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