#441D22

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

Shades of Bordeaux #441D22

Tints of Bordeaux #441D22

Color information

#441D22 (or 0x441D22) is unknown color: approx Bordeaux. HEX triplet: 44, 1D and 22. RGB value is (68,29,34). Sum of RGB (Red+Green+Blue) = 68+29+34=131 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.91% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 68 - color contains mainly: red. Hex color #441D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441D22 is #BBE2DD. Grayscale: #292929. Windows color (decimal): -12313310 or 2235716. OLE color: 2235716.

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

Color convert

RGB682934-
CMYK00.570.500.73
HSL352.31º40.21%19.02%-
HSV(B)352.31º57.35%26.67%-
XYZ3.112.221.78-
YUV41.23123.92147.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.91%
GREEN value IS 29 (11.72% from 255) = 22.14%
BLUE value IS 34 (13.67% from 255) = 25.95%
R=51.91%
G=22.14%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68293400.570.500.73352.3140.2119.02
Hex441D2203932491602813
Octal1043542071621115405023
Binary1000100111011000100111001110010100100110110000010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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