#440218

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

Shades of Bordeaux #440218

Tints of Bordeaux #440218

Color information

#440218 (or 0x440218) is unknown color: approx Bordeaux. HEX triplet: 44, 02 and 18. RGB value is (68,2,24). Sum of RGB (Red+Green+Blue) = 68+2+24=94 (12% of max value = 765). Red value is 68 (26.95% from 255 or 72.34% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 24 (9.77% from 255 or 25.53% from 94); Max value from RGB is 68 - color contains mainly: red. Hex color #440218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440218 is #BBFDE7. Grayscale: #181818. Windows color (decimal): -12320232 or 1573444. OLE color: 1573444.

HSL color Cylindrical-coordinate representation of color #440218: hue angle of 340º 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 #440218 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB68224-
CMYK00.970.650.73
HSL340º94.29%13.73%-
HSV(B)340º97.06%26.67%-
XYZ2.571.340.99-
YUV24.24127.87159.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 72.34%
GREEN value IS 2 (1.17% from 255) = 2.13%
BLUE value IS 24 (9.77% from 255) = 25.53%
R=72.34%
G=2.13%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6822400.970.650.7334094.2913.73
Hex4421806141491545ee
Octal104230014110111152413616
Binary10001001011000011000011000001100100110101010010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440218; }

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

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

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

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

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

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

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

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