#440319

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

Shades of Bordeaux #440319

Tints of Bordeaux #440319

Color information

#440319 (or 0x440319) is unknown color: approx Bordeaux. HEX triplet: 44, 03 and 19. RGB value is (68,3,25). Sum of RGB (Red+Green+Blue) = 68+3+25=96 (12% of max value = 765). Red value is 68 (26.95% from 255 or 70.83% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 68 - color contains mainly: red. Hex color #440319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440319 is #BBFCE6. Grayscale: #181818. Windows color (decimal): -12319975 or 1639236. OLE color: 1639236.

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

Color convert

RGB68325-
CMYK00.960.630.73
HSL339.69º91.55%13.92%-
HSV(B)339.69º95.59%26.67%-
XYZ2.591.361.05-
YUV24.94128.03158.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 70.83%
GREEN value IS 3 (1.56% from 255) = 3.12%
BLUE value IS 25 (10.16% from 255) = 26.04%
R=70.83%
G=3.12%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6832500.960.630.73339.6991.5513.92
Hex443190603F491545ce
Octal10433101407711152413416
Binary1000100111100101100000111111100100110101010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440319; }

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

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

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

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

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

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

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

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