#440D1A

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

Shades of Bordeaux #440D1A

Tints of Bordeaux #440D1A

Color information

#440D1A (or 0x440D1A) is unknown color: approx Bordeaux. HEX triplet: 44, 0D and 1A. RGB value is (68,13,26). Sum of RGB (Red+Green+Blue) = 68+13+26=107 (14% of max value = 765). Red value is 68 (26.95% from 255 or 63.55% from 107); Green value is 13 (5.47% from 255 or 12.15% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 68 - color contains mainly: red. Hex color #440D1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440D1A is #BBF2E5. Grayscale: #1E1E1E. Windows color (decimal): -12317414 or 1707332. OLE color: 1707332.

HSL color Cylindrical-coordinate representation of color #440D1A: hue angle of 345.82º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #440D1A is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB681326-
CMYK00.810.620.73
HSL345.82º67.9%15.88%-
HSV(B)345.82º80.88%26.67%-
XYZ2.711.591.14-
YUV30.93125.22154.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 63.55%
GREEN value IS 13 (5.47% from 255) = 12.15%
BLUE value IS 26 (10.55% from 255) = 24.30%
R=63.55%
G=12.15%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68132600.810.620.73345.8267.915.88
Hex44D1A0513E4915a4410
Octal104153201217611153210420
Binary1000100110111010010100011111101001001101011010100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440D1A; }

 p { color: rgb(68,13,26); }

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

<style>
 a { background-color: #440D1A; }

 a { background-color: rgb(68,13,26); }

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

<style>
 span { border-color: #440D1A; }

 span { border-color: rgb(68,13,26); }

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