#440919

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

Shades of Bordeaux #440919

Tints of Bordeaux #440919

Color information

#440919 (or 0x440919) is unknown color: approx Bordeaux. HEX triplet: 44, 09 and 19. RGB value is (68,9,25). Sum of RGB (Red+Green+Blue) = 68+9+25=102 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.67% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 25 (10.16% from 255 or 24.51% from 102); Max value from RGB is 68 - color contains mainly: red. Hex color #440919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440919 is #BBF6E6. Grayscale: #1C1C1C. Windows color (decimal): -12318439 or 1640772. OLE color: 1640772.

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

Color convert

RGB68925-
CMYK00.870.630.73
HSL343.73º76.62%15.1%-
HSV(B)343.73º86.76%26.67%-
XYZ2.661.491.07-
YUV28.47126.05156.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 66.67%
GREEN value IS 9 (3.91% from 255) = 8.82%
BLUE value IS 25 (10.16% from 255) = 24.51%
R=66.67%
G=8.82%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6892500.870.630.73343.7376.6215.1
Hex449190573F491584df
Octal104113101277711153011517
Binary100010010011100101010111111111100100110101100010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440919; }

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

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

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

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

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

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

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

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