#440618

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

Shades of Bordeaux #440618

Tints of Bordeaux #440618

Color information

#440618 (or 0x440618) is unknown color: approx Bordeaux. HEX triplet: 44, 06 and 18. RGB value is (68,6,24). Sum of RGB (Red+Green+Blue) = 68+6+24=98 (12% of max value = 765). Red value is 68 (26.95% from 255 or 69.39% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 68 - color contains mainly: red. Hex color #440618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440618 is #BBF9E7. Grayscale: #1A1A1A. Windows color (decimal): -12319208 or 1574468. OLE color: 1574468.

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

Color convert

RGB68624-
CMYK00.910.650.73
HSL342.58º83.78%14.51%-
HSV(B)342.58º91.18%26.67%-
XYZ2.611.431-
YUV26.59126.54157.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 69.39%
GREEN value IS 6 (2.73% from 255) = 6.12%
BLUE value IS 24 (9.77% from 255) = 24.49%
R=69.39%
G=6.12%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6862400.910.650.73342.5883.7814.51
Hex4461805B414915754f
Octal104630013310111152712417
Binary100010011011000010110111000001100100110101011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440618; }

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

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

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

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

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

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

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

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