#441A22

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

Shades of Bordeaux #441A22

Tints of Bordeaux #441A22

Color information

#441A22 (or 0x441A22) is unknown color: approx Bordeaux. HEX triplet: 44, 1A and 22. RGB value is (68,26,34). Sum of RGB (Red+Green+Blue) = 68+26+34=128 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.12% from 128); Green value is 26 (10.55% from 255 or 20.31% from 128); Blue value is 34 (13.67% from 255 or 26.56% from 128); Max value from RGB is 68 - color contains mainly: red. Hex color #441A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441A22 is #BBE5DD. Grayscale: #272727. Windows color (decimal): -12314078 or 2234948. OLE color: 2234948.

HSL color Cylindrical-coordinate representation of color #441A22: hue angle of 348.57º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #441A22 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.73.

Color convert

RGB682634-
CMYK00.620.500.73
HSL348.57º44.68%18.43%-
HSV(B)348.57º61.76%26.67%-
XYZ3.042.081.76-
YUV39.47124.91148.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.12%
GREEN value IS 26 (10.55% from 255) = 20.31%
BLUE value IS 34 (13.67% from 255) = 26.56%
R=53.12%
G=20.31%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68263400.620.500.73348.5744.6818.43
Hex441A2203E324915d2d12
Octal1043242076621115355522
Binary1000100110101000100111110110010100100110101110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441A22; }

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

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

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

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

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

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

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

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