#412636

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

Shades of Toledo #412636

Tints of Toledo #412636

Color information

#412636 (or 0x412636) is unknown color: approx Toledo. HEX triplet: 41, 26 and 36. RGB value is (65,38,54). Sum of RGB (Red+Green+Blue) = 65+38+54=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 54 (21.48% from 255 or 34.39% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #412636 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412636 is #BED9C9. Grayscale: #2F2F2F. Windows color (decimal): -12507594 or 3548737. OLE color: 3548737.

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

Color convert

RGB653854-
CMYK00.420.170.75
HSL324.44º26.21%20.2%-
HSV(B)324.44º41.54%25.49%-
XYZ3.542.783.84-
YUV47.9131.45140.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 41.40%
GREEN value IS 38 (15.23% from 255) = 24.20%
BLUE value IS 54 (21.48% from 255) = 34.39%
R=41.40%
G=24.20%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65385400.420.170.75324.4426.2120.2
Hex41263602A114B1441a14
Octal1014666052211135043224
Binary100000110011011011001010101000110010111010001001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412636; }

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

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

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

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

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

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

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

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