#412532

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

Shades of Toledo #412532

Tints of Toledo #412532

Color information

#412532 (or 0x412532) is unknown color: approx Toledo. HEX triplet: 41, 25 and 32. RGB value is (65,37,50). Sum of RGB (Red+Green+Blue) = 65+37+50=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #412532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412532 is #BEDACD. Grayscale: #2E2E2E. Windows color (decimal): -12507854 or 3286337. OLE color: 3286337.

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

Color convert

RGB653750-
CMYK00.430.230.75
HSL332.14º27.45%20%-
HSV(B)332.14º43.08%25.49%-
XYZ3.422.683.35-
YUV46.85129.78140.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.76%
GREEN value IS 37 (14.84% from 255) = 24.34%
BLUE value IS 50 (19.92% from 255) = 32.89%
R=42.76%
G=24.34%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65375000.430.230.75332.1427.4520
Hex41253202B174B14c1b14
Octal1014562053271135143324
Binary100000110010111001001010111011110010111010011001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412532; }

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

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

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

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

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

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

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

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