#440419

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

Shades of Bordeaux #440419

Tints of Bordeaux #440419

Color information

#440419 (or 0x440419) is unknown color: approx Bordeaux. HEX triplet: 44, 04 and 19. RGB value is (68,4,25). Sum of RGB (Red+Green+Blue) = 68+4+25=97 (12% of max value = 765). Red value is 68 (26.95% from 255 or 70.10% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 25 (10.16% from 255 or 25.77% from 97); Max value from RGB is 68 - color contains mainly: red. Hex color #440419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440419 is #BBFBE6. Grayscale: #191919. Windows color (decimal): -12319719 or 1639492. OLE color: 1639492.

HSL color Cylindrical-coordinate representation of color #440419: hue angle of 340.31º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440419 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB68425-
CMYK00.940.630.73
HSL340.31º88.89%14.12%-
HSV(B)340.31º94.12%26.67%-
XYZ2.61.391.05-
YUV25.53127.7158.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 70.10%
GREEN value IS 4 (1.95% from 255) = 4.12%
BLUE value IS 25 (10.16% from 255) = 25.77%
R=70.10%
G=4.12%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6842500.940.630.73340.3188.8914.12
Hex4441905E3F4915459e
Octal10443101367711152413116
Binary10001001001100101011110111111100100110101010010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440419; }

 p { color: rgb(68,4,25); }

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

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

 a { background-color: rgb(68,4,25); }

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

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

 span { border-color: rgb(68,4,25); }

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