#412436

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

Shades of Toledo #412436

Tints of Toledo #412436

Color information

#412436 (or 0x412436) is unknown color: approx Toledo. HEX triplet: 41, 24 and 36. RGB value is (65,36,54). Sum of RGB (Red+Green+Blue) = 65+36+54=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 54 (21.48% from 255 or 34.84% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #412436 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412436 is #BEDBC9. Grayscale: #2E2E2E. Windows color (decimal): -12508106 or 3548225. OLE color: 3548225.

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

Color convert

RGB653654-
CMYK00.450.170.75
HSL322.76º28.71%19.8%-
HSV(B)322.76º44.62%25.49%-
XYZ3.482.653.82-
YUV46.72132.11141.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.94%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 54 (21.48% from 255) = 34.84%
R=41.94%
G=23.23%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65365400.450.170.75322.7628.7119.8
Hex41243602D114B1431d14
Octal1014466055211135033524
Binary100000110010011011001011011000110010111010000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412436; }

 p { color: rgb(65,36,54); }

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

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

 a { background-color: rgb(65,36,54); }

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

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

 span { border-color: rgb(65,36,54); }

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