#44171D

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

Shades of Bordeaux #44171D

Tints of Bordeaux #44171D

Color information

#44171D (or 0x44171D) is unknown color: approx Bordeaux. HEX triplet: 44, 17 and 1D. RGB value is (68,23,29). Sum of RGB (Red+Green+Blue) = 68+23+29=120 (15% of max value = 765). Red value is 68 (26.95% from 255 or 56.67% from 120); Green value is 23 (9.38% from 255 or 19.17% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 68 - color contains mainly: red. Hex color #44171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44171D is #BBE8E2. Grayscale: #252525. Windows color (decimal): -12314851 or 1906500. OLE color: 1906500.

HSL color Cylindrical-coordinate representation of color #44171D: hue angle of 352º 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 #44171D is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB682329-
CMYK00.660.570.73
HSL352º49.45%17.84%-
HSV(B)352º66.18%26.67%-
XYZ2.911.931.38-
YUV37.14123.41150.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 56.67%
GREEN value IS 23 (9.38% from 255) = 19.17%
BLUE value IS 29 (11.72% from 255) = 24.17%
R=56.67%
G=19.17%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68232900.660.570.7335249.4517.84
Hex44171D04239491603112
Octal10427350102711115406122
Binary1000100101111110101000010111001100100110110000011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44171D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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