#440B19

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

Shades of Bordeaux #440B19

Tints of Bordeaux #440B19

Color information

#440B19 (or 0x440B19) is unknown color: approx Bordeaux. HEX triplet: 44, 0B and 19. RGB value is (68,11,25). Sum of RGB (Red+Green+Blue) = 68+11+25=104 (13% of max value = 765). Red value is 68 (26.95% from 255 or 65.38% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 68 - color contains mainly: red. Hex color #440B19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440B19 is #BBF4E6. Grayscale: #1D1D1D. Windows color (decimal): -12317927 or 1641284. OLE color: 1641284.

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

Color convert

RGB681125-
CMYK00.840.630.73
HSL345.26º72.15%15.49%-
HSV(B)345.26º83.82%26.67%-
XYZ2.681.541.08-
YUV29.64125.38155.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 65.38%
GREEN value IS 11 (4.69% from 255) = 10.58%
BLUE value IS 25 (10.16% from 255) = 24.04%
R=65.38%
G=10.58%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68112500.840.630.73345.2672.1515.49
Hex44B190543F4915948f
Octal104133101247711153111017
Binary100010010111100101010100111111100100110101100110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440B19; }

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

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

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

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

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

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

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

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