#440219

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

Shades of Bordeaux #440219

Tints of Bordeaux #440219

Color information

#440219 (or 0x440219) is unknown color: approx Bordeaux. HEX triplet: 44, 02 and 19. RGB value is (68,2,25). Sum of RGB (Red+Green+Blue) = 68+2+25=95 (12% of max value = 765). Red value is 68 (26.95% from 255 or 71.58% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 68 - color contains mainly: red. Hex color #440219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440219 is #BBFDE6. Grayscale: #181818. Windows color (decimal): -12320231 or 1638980. OLE color: 1638980.

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

Color convert

RGB68225-
CMYK00.970.630.73
HSL339.09º94.29%13.73%-
HSV(B)339.09º97.06%26.67%-
XYZ2.581.341.04-
YUV24.36128.37159.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 71.58%
GREEN value IS 2 (1.17% from 255) = 2.11%
BLUE value IS 25 (10.16% from 255) = 26.32%
R=71.58%
G=2.11%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6822500.970.630.73339.0994.2913.73
Hex442190613F491535ee
Octal10423101417711152313616
Binary1000100101100101100001111111100100110101001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440219; }

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

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

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

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

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

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

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

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