#441021

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

Shades of Bordeaux #441021

Tints of Bordeaux #441021

Color information

#441021 (or 0x441021) is unknown color: approx Bordeaux. HEX triplet: 44, 10 and 21. RGB value is (68,16,33). Sum of RGB (Red+Green+Blue) = 68+16+33=117 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.12% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 68 - color contains mainly: red. Hex color #441021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441021 is #BBEFDE. Grayscale: #212121. Windows color (decimal): -12316639 or 2166852. OLE color: 2166852.

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

Color convert

RGB681633-
CMYK00.760.510.73
HSL340.38º61.9%16.47%-
HSV(B)340.38º76.47%26.67%-
XYZ2.841.711.62-
YUV33.49127.73152.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 58.12%
GREEN value IS 16 (6.64% from 255) = 13.68%
BLUE value IS 33 (13.28% from 255) = 28.21%
R=58.12%
G=13.68%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68163300.760.510.73340.3861.916.47
Hex44102104C33491543e10
Octal10420410114631115247620
Binary10001001000010000101001100110011100100110101010011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441021; }

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

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

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

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

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

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

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

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