#422031

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

Shades of Toledo #422031

Tints of Toledo #422031

Color information

#422031 (or 0x422031) is unknown color: approx Toledo. HEX triplet: 42, 20 and 31. RGB value is (66,32,49). Sum of RGB (Red+Green+Blue) = 66+32+49=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #422031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422031 is #BDDFCE. Grayscale: #2C2C2C. Windows color (decimal): -12443599 or 3219522. OLE color: 3219522.

HSL color Cylindrical-coordinate representation of color #422031: hue angle of 330º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #422031 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.74.

Color convert

RGB663249-
CMYK00.520.260.74
HSL330º34.69%19.22%-
HSV(B)330º51.52%25.88%-
XYZ3.322.413.2-
YUV44.1130.76143.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.90%
GREEN value IS 32 (12.89% from 255) = 21.77%
BLUE value IS 49 (19.53% from 255) = 33.33%
R=44.90%
G=21.77%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66324900.520.260.7433034.6919.22
Hex4220310341A4A14a2313
Octal1024061064321125124323
Binary1000010100000110001011010011010100101010100101010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422031; }

 p { color: rgb(66,32,49); }

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

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

 a { background-color: rgb(66,32,49); }

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

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

 span { border-color: rgb(66,32,49); }

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