#44181F

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

Shades of Bordeaux #44181F

Tints of Bordeaux #44181F

Color information

#44181F (or 0x44181F) is unknown color: approx Bordeaux. HEX triplet: 44, 18 and 1F. RGB value is (68,24,31). Sum of RGB (Red+Green+Blue) = 68+24+31=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #44181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44181F is #BBE7E0. Grayscale: #252525. Windows color (decimal): -12314593 or 2037828. OLE color: 2037828.

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

Color convert

RGB682431-
CMYK00.650.540.73
HSL350.45º47.83%18.04%-
HSV(B)350.45º64.71%26.67%-
XYZ2.961.981.52-
YUV37.95124.08149.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 55.28%
GREEN value IS 24 (9.77% from 255) = 19.51%
BLUE value IS 31 (12.5% from 255) = 25.20%
R=55.28%
G=19.51%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68243100.650.540.73350.4547.8318.04
Hex44181F041364915e3012
Octal10430370101661115366022
Binary1000100110001111101000001110110100100110101111011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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