#412332

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

Shades of Toledo #412332

Tints of Toledo #412332

Color information

#412332 (or 0x412332) is unknown color: approx Toledo. HEX triplet: 41, 23 and 32. RGB value is (65,35,50). Sum of RGB (Red+Green+Blue) = 65+35+50=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 65 - color contains mainly: red. Hex color #412332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412332 is #BEDCCD. Grayscale: #2D2D2D. Windows color (decimal): -12508366 or 3285825. OLE color: 3285825.

HSL color Cylindrical-coordinate representation of color #412332: hue angle of 330º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #412332 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB653550-
CMYK00.460.230.75
HSL330º30%19.61%-
HSV(B)330º46.15%25.49%-
XYZ3.362.563.33-
YUV45.68130.44141.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.33%
GREEN value IS 35 (14.06% from 255) = 23.33%
BLUE value IS 50 (19.92% from 255) = 33.33%
R=43.33%
G=23.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65355000.460.230.753303019.61
Hex41233202E174B14a1e14
Octal1014362056271135123624
Binary100000110001111001001011101011110010111010010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412332; }

 p { color: rgb(65,35,50); }

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

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

 a { background-color: rgb(65,35,50); }

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

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

 span { border-color: rgb(65,35,50); }

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