#441921

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

Shades of Bordeaux #441921

Tints of Bordeaux #441921

Color information

#441921 (or 0x441921) is unknown color: approx Bordeaux. HEX triplet: 44, 19 and 21. RGB value is (68,25,33). Sum of RGB (Red+Green+Blue) = 68+25+33=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #441921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441921 is #BBE6DE. Grayscale: #262626. Windows color (decimal): -12314335 or 2169156. OLE color: 2169156.

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

Color convert

RGB682533-
CMYK00.630.510.73
HSL348.84º46.24%18.24%-
HSV(B)348.84º63.24%26.67%-
XYZ3.012.031.67-
YUV38.77124.75148.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.97%
GREEN value IS 25 (10.16% from 255) = 19.84%
BLUE value IS 33 (13.28% from 255) = 26.19%
R=53.97%
G=19.84%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68253300.630.510.73348.8446.2418.24
Hex44192103F334915d2e12
Octal1043141077631115355622
Binary1000100110011000010111111110011100100110101110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441921; }

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

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

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

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

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

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

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

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