#440D20

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

Shades of Bordeaux #440D20

Tints of Bordeaux #440D20

Color information

#440D20 (or 0x440D20) is unknown color: approx Bordeaux. HEX triplet: 44, 0D and 20. RGB value is (68,13,32). Sum of RGB (Red+Green+Blue) = 68+13+32=113 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.18% from 113); Green value is 13 (5.47% from 255 or 11.50% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 68 - color contains mainly: red. Hex color #440D20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440D20 is #BBF2DF. Grayscale: #1F1F1F. Windows color (decimal): -12317408 or 2100548. OLE color: 2100548.

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

Color convert

RGB681332-
CMYK00.810.530.73
HSL339.27º67.9%15.88%-
HSV(B)339.27º80.88%26.67%-
XYZ2.791.621.53-
YUV31.61128.22153.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 60.18%
GREEN value IS 13 (5.47% from 255) = 11.50%
BLUE value IS 32 (12.89% from 255) = 28.32%
R=60.18%
G=11.50%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68133200.810.530.73339.2767.915.88
Hex44D2005135491534410
Octal104154001216511152310420
Binary10001001101100000010100011101011001001101010011100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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