#441424

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

Shades of Bordeaux #441424

Tints of Bordeaux #441424

Color information

#441424 (or 0x441424) is unknown color: approx Bordeaux. HEX triplet: 44, 14 and 24. RGB value is (68,20,36). Sum of RGB (Red+Green+Blue) = 68+20+36=124 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.84% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 68 - color contains mainly: red. Hex color #441424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441424 is #BBEBDB. Grayscale: #242424. Windows color (decimal): -12315612 or 2364484. OLE color: 2364484.

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

Color convert

RGB682036-
CMYK00.710.470.73
HSL340º54.55%17.25%-
HSV(B)340º70.59%26.67%-
XYZ2.951.861.87-
YUV36.18127.9150.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 54.84%
GREEN value IS 20 (8.20% from 255) = 16.13%
BLUE value IS 36 (14.45% from 255) = 29.03%
R=54.84%
G=16.13%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68203600.710.470.7334054.5517.25
Hex4414240472F491543711
Octal10424440107571115246721
Binary10001001010010010001000111101111100100110101010011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441424; }

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

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

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

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

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

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

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

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