#441A20

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

Shades of Bordeaux #441A20

Tints of Bordeaux #441A20

Color information

#441A20 (or 0x441A20) is unknown color: approx Bordeaux. HEX triplet: 44, 1A and 20. RGB value is (68,26,32). Sum of RGB (Red+Green+Blue) = 68+26+32=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #441A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441A20 is #BBE5DF. Grayscale: #272727. Windows color (decimal): -12314080 or 2103876. OLE color: 2103876.

HSL color Cylindrical-coordinate representation of color #441A20: hue angle of 351.43º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #441A20 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB682632-
CMYK00.620.530.73
HSL351.43º44.68%18.43%-
HSV(B)351.43º61.76%26.67%-
XYZ3.012.071.61-
YUV39.24123.91148.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.97%
GREEN value IS 26 (10.55% from 255) = 20.63%
BLUE value IS 32 (12.89% from 255) = 25.40%
R=53.97%
G=20.63%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68263200.620.530.73351.4344.6818.43
Hex441A2003E354915f2d12
Octal1043240076651115375522
Binary1000100110101000000111110110101100100110101111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441A20; }

 p { color: rgb(68,26,32); }

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

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

 a { background-color: rgb(68,26,32); }

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

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

 span { border-color: rgb(68,26,32); }

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