#441521

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

Shades of Bordeaux #441521

Tints of Bordeaux #441521

Color information

#441521 (or 0x441521) is unknown color: approx Bordeaux. HEX triplet: 44, 15 and 21. RGB value is (68,21,33). Sum of RGB (Red+Green+Blue) = 68+21+33=122 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.74% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 68 - color contains mainly: red. Hex color #441521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441521 is #BBEADE. Grayscale: #242424. Windows color (decimal): -12315359 or 2168132. OLE color: 2168132.

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

Color convert

RGB682133-
CMYK00.690.510.73
HSL344.68º52.81%17.45%-
HSV(B)344.68º69.12%26.67%-
XYZ2.931.881.65-
YUV36.42126.07150.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 55.74%
GREEN value IS 21 (8.59% from 255) = 17.21%
BLUE value IS 33 (13.28% from 255) = 27.05%
R=55.74%
G=17.21%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68213300.690.510.73344.6852.8117.45
Hex44152104533491593511
Octal10425410105631115316521
Binary10001001010110000101000101110011100100110101100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441521; }

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

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

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

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

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

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

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

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