#441924

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

Shades of Bordeaux #441924

Tints of Bordeaux #441924

Color information

#441924 (or 0x441924) is unknown color: approx Bordeaux. HEX triplet: 44, 19 and 24. RGB value is (68,25,36). Sum of RGB (Red+Green+Blue) = 68+25+36=129 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.71% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 68 - color contains mainly: red. Hex color #441924 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441924 is #BBE6DB. Grayscale: #272727. Windows color (decimal): -12314332 or 2365764. OLE color: 2365764.

HSL color Cylindrical-coordinate representation of color #441924: hue angle of 344.65º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #441924 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB682536-
CMYK00.630.470.73
HSL344.65º46.24%18.24%-
HSV(B)344.65º63.24%26.67%-
XYZ3.052.051.9-
YUV39.11126.25148.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 52.71%
GREEN value IS 25 (10.16% from 255) = 19.38%
BLUE value IS 36 (14.45% from 255) = 27.91%
R=52.71%
G=19.38%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68253600.630.470.73344.6546.2418.24
Hex44192403F2F491592e12
Octal1043144077571115315622
Binary1000100110011001000111111101111100100110101100110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441924; }

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

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

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

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

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

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

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

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