#442131

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

Shades of Toledo #442131

Tints of Toledo #442131

Color information

#442131 (or 0x442131) is unknown color: approx Toledo. HEX triplet: 44, 21 and 31. RGB value is (68,33,49). Sum of RGB (Red+Green+Blue) = 68+33+49=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 49 (19.53% from 255 or 32.67% from 150); Max value from RGB is 68 - color contains mainly: red. Hex color #442131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442131 is #BBDECE. Grayscale: #2D2D2D. Windows color (decimal): -12312271 or 3219780. OLE color: 3219780.

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

Color convert

RGB683349-
CMYK00.510.280.73
HSL332.57º34.65%19.8%-
HSV(B)332.57º51.47%26.67%-
XYZ3.482.543.21-
YUV45.29130.1144.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.33%
GREEN value IS 33 (13.28% from 255) = 22%
BLUE value IS 49 (19.53% from 255) = 32.67%
R=45.33%
G=22%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68334900.510.280.73332.5734.6519.8
Hex4421310331C4914d2314
Octal1044161063341115154324
Binary1000100100001110001011001111100100100110100110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442131; }

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

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

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

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

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

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

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

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