#440017

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

Shades of Bordeaux #440017

Tints of Bordeaux #440017

Color information

#440017 (or 0x440017) is unknown color: approx Bordeaux. HEX triplet: 44, 00 and 17. RGB value is (68,0,23). Sum of RGB (Red+Green+Blue) = 68+0+23=91 (12% of max value = 765). Red value is 68 (26.95% from 255 or 74.73% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 23 (9.38% from 255 or 25.27% from 91); Max value from RGB is 68 - color contains mainly: red. Hex color #440017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440017 is #BBFFE8. Grayscale: #161616. Windows color (decimal): -12320745 or 1507396. OLE color: 1507396.

HSL color Cylindrical-coordinate representation of color #440017: hue angle of 339.71º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #440017 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB68023-
CMYK010.660.73
HSL339.71º100%13.33%-
HSV(B)339.71º100%26.67%-
XYZ2.541.290.93-
YUV22.95128.03160.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 74.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 25.27%
R=74.73%
G=0%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68023010.660.73339.7110013.33
Hex44017064424915464d
Octal104027014410211152414415
Binary1000100010111011001001000010100100110101010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440017; }

 p { color: rgb(68,0,23); }

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

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

 a { background-color: rgb(68,0,23); }

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

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

 span { border-color: rgb(68,0,23); }

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