#441422

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

Shades of Bordeaux #441422

Tints of Bordeaux #441422

Color information

#441422 (or 0x441422) is unknown color: approx Bordeaux. HEX triplet: 44, 14 and 22. RGB value is (68,20,34). Sum of RGB (Red+Green+Blue) = 68+20+34=122 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.74% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 68 - color contains mainly: red. Hex color #441422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441422 is #BBEBDD. Grayscale: #232323. Windows color (decimal): -12315614 or 2233412. OLE color: 2233412.

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

Color convert

RGB682034-
CMYK00.710.500.73
HSL342.5º54.55%17.25%-
HSV(B)342.5º70.59%26.67%-
XYZ2.921.841.72-
YUV35.95126.9150.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 55.74%
GREEN value IS 20 (8.20% from 255) = 16.39%
BLUE value IS 34 (13.67% from 255) = 27.87%
R=55.74%
G=16.39%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68203400.710.500.73342.554.5517.25
Hex44142204732491563711
Octal10424420107621115266721
Binary10001001010010001001000111110010100100110101011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441422; }

 p { color: rgb(68,20,34); }

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

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

 a { background-color: rgb(68,20,34); }

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

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

 span { border-color: rgb(68,20,34); }

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