#440D1D

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

Shades of Bordeaux #440D1D

Tints of Bordeaux #440D1D

Color information

#440D1D (or 0x440D1D) is unknown color: approx Bordeaux. HEX triplet: 44, 0D and 1D. RGB value is (68,13,29). Sum of RGB (Red+Green+Blue) = 68+13+29=110 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.82% from 110); Green value is 13 (5.47% from 255 or 11.82% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 68 - color contains mainly: red. Hex color #440D1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #440D1D is #BBF2E2. Grayscale: #1F1F1F. Windows color (decimal): -12317411 or 1903940. OLE color: 1903940.

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

Color convert

RGB681329-
CMYK00.810.570.73
HSL342.55º67.9%15.88%-
HSV(B)342.55º80.88%26.67%-
XYZ2.751.611.33-
YUV31.27126.72154.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 61.82%
GREEN value IS 13 (5.47% from 255) = 11.82%
BLUE value IS 29 (11.72% from 255) = 26.36%
R=61.82%
G=11.82%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68132900.810.570.73342.5567.915.88
Hex44D1D05139491574410
Octal104153501217111152710420
Binary1000100110111101010100011110011001001101010111100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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