#44171F

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

Shades of Bordeaux #44171F

Tints of Bordeaux #44171F

Color information

#44171F (or 0x44171F) is unknown color: approx Bordeaux. HEX triplet: 44, 17 and 1F. RGB value is (68,23,31). Sum of RGB (Red+Green+Blue) = 68+23+31=122 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.74% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 68 - color contains mainly: red. Hex color #44171F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44171F is #BBE8E0. Grayscale: #252525. Windows color (decimal): -12314849 or 2037572. OLE color: 2037572.

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

Color convert

RGB682331-
CMYK00.660.540.73
HSL349.33º49.45%17.84%-
HSV(B)349.33º66.18%26.67%-
XYZ2.941.941.52-
YUV37.37124.41149.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 55.74%
GREEN value IS 23 (9.38% from 255) = 18.85%
BLUE value IS 31 (12.5% from 255) = 25.41%
R=55.74%
G=18.85%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68233100.660.540.73349.3349.4517.84
Hex44171F042364915d3112
Octal10427370102661115356122
Binary1000100101111111101000010110110100100110101110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44171F; }

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

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

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

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

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

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

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

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