#442233

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

Shades of Toledo #442233

Tints of Toledo #442233

Color information

#442233 (or 0x442233) is unknown color: approx Toledo. HEX triplet: 44, 22 and 33. RGB value is (68,34,51). Sum of RGB (Red+Green+Blue) = 68+34+51=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 51 (20.31% from 255 or 33.33% from 153); Max value from RGB is 68 - color contains mainly: red. Hex color #442233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442233 is #BBDDCC. Grayscale: #2E2E2E. Windows color (decimal): -12312013 or 3351108. OLE color: 3351108.

HSL color Cylindrical-coordinate representation of color #442233: hue angle of 330º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #442233 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.73.

Color convert

RGB683451-
CMYK00.500.250.73
HSL330º33.33%20%-
HSV(B)330º50%26.67%-
XYZ3.552.613.45-
YUV46.1130.76143.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.44%
GREEN value IS 34 (13.67% from 255) = 22.22%
BLUE value IS 51 (20.31% from 255) = 33.33%
R=44.44%
G=22.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68345100.500.250.7333033.3320
Hex442233032194914a2114
Octal1044263062311115124124
Binary1000100100010110011011001011001100100110100101010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442233; }

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

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

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

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

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

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

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

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