#441821

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

Shades of Bordeaux #441821

Tints of Bordeaux #441821

Color information

#441821 (or 0x441821) is unknown color: approx Bordeaux. HEX triplet: 44, 18 and 21. RGB value is (68,24,33). Sum of RGB (Red+Green+Blue) = 68+24+33=125 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.4% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 68 - color contains mainly: red. Hex color #441821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441821 is #BBE7DE. Grayscale: #262626. Windows color (decimal): -12314591 or 2168900. OLE color: 2168900.

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

Color convert

RGB682433-
CMYK00.650.510.73
HSL347.73º47.83%18.04%-
HSV(B)347.73º64.71%26.67%-
XYZ2.991.991.67-
YUV38.18125.08149.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 54.4%
GREEN value IS 24 (9.77% from 255) = 19.2%
BLUE value IS 33 (13.28% from 255) = 26.4%
R=54.4%
G=19.2%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68243300.650.510.73347.7347.8318.04
Hex441821041334915c3012
Octal10430410101631115346022
Binary10001001100010000101000001110011100100110101110011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441821; }

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

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

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

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

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

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

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

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