#440519

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

Shades of Bordeaux #440519

Tints of Bordeaux #440519

Color information

#440519 (or 0x440519) is unknown color: approx Bordeaux. HEX triplet: 44, 05 and 19. RGB value is (68,5,25). Sum of RGB (Red+Green+Blue) = 68+5+25=98 (12% of max value = 765). Red value is 68 (26.95% from 255 or 69.39% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 68 - color contains mainly: red. Hex color #440519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440519 is #BBFAE6. Grayscale: #1A1A1A. Windows color (decimal): -12319463 or 1639748. OLE color: 1639748.

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

Color convert

RGB68525-
CMYK00.930.630.73
HSL340.95º86.3%14.31%-
HSV(B)340.95º92.65%26.67%-
XYZ2.611.411.05-
YUV26.12127.37157.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 69.39%
GREEN value IS 5 (2.34% from 255) = 5.10%
BLUE value IS 25 (10.16% from 255) = 25.51%
R=69.39%
G=5.10%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6852500.930.630.73340.9586.314.31
Hex4451905D3F4915556e
Octal10453101357711152512616
Binary10001001011100101011101111111100100110101010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440519; }

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

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

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

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

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

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

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

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