#412536

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

Shades of Toledo #412536

Tints of Toledo #412536

Color information

#412536 (or 0x412536) is unknown color: approx Toledo. HEX triplet: 41, 25 and 36. RGB value is (65,37,54). Sum of RGB (Red+Green+Blue) = 65+37+54=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 37 (14.84% from 255 or 23.72% from 156); Blue value is 54 (21.48% from 255 or 34.62% from 156); Max value from RGB is 65 - color contains mainly: red. Hex color #412536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412536 is #BEDAC9. Grayscale: #2F2F2F. Windows color (decimal): -12507850 or 3548481. OLE color: 3548481.

HSL color Cylindrical-coordinate representation of color #412536: hue angle of 323.57º 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 #412536 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB653754-
CMYK00.430.170.75
HSL323.57º27.45%20%-
HSV(B)323.57º43.08%25.49%-
XYZ3.512.713.83-
YUV47.31131.78140.62-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.67%
GREEN value IS 37 (14.84% from 255) = 23.72%
BLUE value IS 54 (21.48% from 255) = 34.62%
R=41.67%
G=23.72%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65375400.430.170.75323.5727.4520
Hex41253602B114B1441b14
Octal1014566053211135043324
Binary100000110010111011001010111000110010111010001001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412536; }

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

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

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

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

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

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

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

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