#441724

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

Shades of Bordeaux #441724

Tints of Bordeaux #441724

Color information

#441724 (or 0x441724) is unknown color: approx Bordeaux. HEX triplet: 44, 17 and 24. RGB value is (68,23,36). Sum of RGB (Red+Green+Blue) = 68+23+36=127 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.54% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 68 - color contains mainly: red. Hex color #441724 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441724 is #BBE8DB. Grayscale: #252525. Windows color (decimal): -12314844 or 2365252. OLE color: 2365252.

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

Color convert

RGB682336-
CMYK00.660.470.73
HSL342.67º49.45%17.84%-
HSV(B)342.67º66.18%26.67%-
XYZ3.011.971.89-
YUV37.94126.91149.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.54%
GREEN value IS 23 (9.38% from 255) = 18.11%
BLUE value IS 36 (14.45% from 255) = 28.35%
R=53.54%
G=18.11%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68233600.660.470.73342.6749.4517.84
Hex4417240422F491573112
Octal10427440102571115276122
Binary10001001011110010001000010101111100100110101011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441724; }

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

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

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

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

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

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

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

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