#440619

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

Shades of Bordeaux #440619

Tints of Bordeaux #440619

Color information

#440619 (or 0x440619) is unknown color: approx Bordeaux. HEX triplet: 44, 06 and 19. RGB value is (68,6,25). Sum of RGB (Red+Green+Blue) = 68+6+25=99 (13% of max value = 765). Red value is 68 (26.95% from 255 or 68.69% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 68 - color contains mainly: red. Hex color #440619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440619 is #BBF9E6. Grayscale: #1A1A1A. Windows color (decimal): -12319207 or 1640004. OLE color: 1640004.

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

Color convert

RGB68625-
CMYK00.910.630.73
HSL341.61º83.78%14.51%-
HSV(B)341.61º91.18%26.67%-
XYZ2.621.431.06-
YUV26.7127.04157.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 68.69%
GREEN value IS 6 (2.73% from 255) = 6.06%
BLUE value IS 25 (10.16% from 255) = 25.25%
R=68.69%
G=6.06%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6862500.910.630.73341.6183.7814.51
Hex4461905B3F4915654f
Octal10463101337711152612417
Binary10001001101100101011011111111100100110101011010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440619; }

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

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

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

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

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

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

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

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