#442536

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

Shades of Toledo #442536

Tints of Toledo #442536

Color information

#442536 (or 0x442536) is unknown color: approx Toledo. HEX triplet: 44, 25 and 36. RGB value is (68,37,54). Sum of RGB (Red+Green+Blue) = 68+37+54=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 54 (21.48% from 255 or 33.96% from 159); Max value from RGB is 68 - color contains mainly: red. Hex color #442536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442536 is #BBDAC9. Grayscale: #303030. Windows color (decimal): -12311242 or 3548484. OLE color: 3548484.

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

Color convert

RGB683754-
CMYK00.460.210.73
HSL327.1º29.52%20.59%-
HSV(B)327.1º45.59%26.67%-
XYZ3.712.823.84-
YUV48.21131.27142.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 42.77%
GREEN value IS 37 (14.84% from 255) = 23.27%
BLUE value IS 54 (21.48% from 255) = 33.96%
R=42.77%
G=23.27%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68375400.460.210.73327.129.5220.59
Hex44253602E15491471e15
Octal1044566056251115073625
Binary100010010010111011001011101010110010011010001111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442536; }

 p { color: rgb(68,37,54); }

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

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

 a { background-color: rgb(68,37,54); }

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

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

 span { border-color: rgb(68,37,54); }

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